HEX: #C664AB
RGB: (198,100,171)
Il colore #C664AB contiene principalmente il rosso e il blu. Per il #C664AB il colore web safe è #CC6699 (#C69).
Il colore C664AB in RGB è definito come 198,100,171
RGB: (198,100,171) (78%,39%,67%)
R 198 da 255 = 78%
G 100 da 255 = 39%
B 171 da 255 = 67%
R + G + B ~ 61%. #C664AB colore abbastanza chiaro.
R + G + B =
198 + 100 + 171 = 469 (100%)
R 198 da 469 ~ 42.22%
G 100 da 469 ~ 21.32%
B 171 da 469 ~ 36.46%
Il colore #C664AB in CMYK è definito come 0,49,14,22.
CMYK: (0,49,14,22) C0M49Y14K22 (0%,49%,14%,22%) (0.00/0.49/0.14/0.22)
C6 | 64 | AB | |
---|---|---|---|
RGB | 198 | 100 | 171 |
HSL | 317° | 46.23% | 58.43% |
HSB/HSV | 317° | 49.49% | 77.65% |
CMYK | 0.00% | 49.49% | 13.64% |
22.35% |
Esadicemale | C6 | 64 | AB |
Decimale | 198 | 100 | 171 |
Binario | 11000110 | 1100100 | 10101011 |
Ottale | 306 | 144 | 253 |
Esempi dei codici css e html per gli elementi di colore #C664AB. Utilizzate rgb(198,100,171) anche al posto del codice hex.
.myTextColor { color: #C664AB; }
<p style="color:#C664AB">This sample text font color is #C664AB.</p>
Il colore di questo testo è #C664AB.
.myBgColor { background-color: #C664AB; }
<div style="background-color:#C664AB">Inner text</div>
Questo div ha lo sfondo di colore #C664AB.
.myBorderColor { border: 1px solid #C664AB; }
<div style="border:3px solid #C664AB">Div</div>
Questo div ha i bordi di colore C664AB.
.myOpacity80 { color: #C664AB; opacity: 0.8; }
<p style="color:#C664AB;opacity:0.8;">80%</p>
Il testo di color #C664AB e trasparenza 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #C664AB;}
<p style="text-shadow: 3px 3px 1px #C664AB">Text here.</p>
Questo testo ha l'ombra di colore #C664AB.
.textShadow {text-shadow: 3px 3px 1px #C664AB, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #C664AB, 5px 5px 20px red">Text here.</p>
Questo testo ha l'ombra del colore principale #C664AB e del colore secondario rosso.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C664AB, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#C664AB, Direction=45, Strength=4)">Text</p>
This text has shadow with #C664AB and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #C664AB; -webkit-box-shadow: 1px 1px 3px 2px #C664AB; box-shadow: 1px 1px 3px 2px #C664AB; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #C664AB; -webkit-box-shadow: 1px 1px 3px 2px #C664AB; box-shadow:1px 1px 3px 2px #C664AB;">
Div content here</div>
Questo e il testo di colore #C664AB sullo sfondo nero.
Questo e il testo di colore #C664AB sullo sfondo bianco.
Questo è un testo nero sullo sfondo del colore #C664AB.
Questo è un testo bianco sullo sfondo del colore #C664AB.