#c21afc
این رنگ تیره است | متن روی بلوک دارای پس زمینه با این رنگ |
Hex | #c21afc |
RGB | ( 194 ,26 ,252 ) |
HSL | ( 284.6 , 0.97 , 0.55 ) |
برای رنگ پس زمینه از کلاس bgcolor و برای رنگ متن از کلاس forecolor و برای رنگ قاب دور المان ها از کلاس bordercolor استفاده کنید
<style> .bgcolor { background-color:#c21afc; } .forecolor { color:#c21afc; } .bordercolor { border:3px solid #c21afc; } </style>
برای نوشتن یک متن با این رنگ می توانید از کد زیر استفاده کنید
<p style='color:#c21afc'>متن دلخواه شما</p>
کد یک متن سایه دار با این رنگ
<p style='text-shadow: 4px 4px 2px rgba(194,26,252, 0.8);'>متن دلخواه سایه دار</p>
ایجاد یک محیط (div) با رنگ پس زمینه
<div style='background-color:#c21afc'>محتوای محیط</div>
ایجاد یک (gradients) برای css3 با پشتیبانی انواع مرورگرها
background-color: #c21afc;filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cf4cfd', endColorstr='#c21afc');background-image: -webkit-linear-gradient(top, #cf4cfd, #c21afc);background-image: linear-gradient(to bottom, #cf4cfd, #c21afc);