HEX: #CC71AB
RGB: (204,113,171)
Il colore #CC71AB contiene principalmente il rosso e il blu. Per il #CC71AB il colore web safe è #CC6699 (#C69).
Il colore CC71AB in RGB è definito come 204,113,171
RGB: (204,113,171) (80%,44%,67%)
R 204 da 255 = 80%
G 113 da 255 = 44%
B 171 da 255 = 67%
R + G + B ~ 64%. #CC71AB colore abbastanza chiaro.
R + G + B =
204 + 113 + 171 = 488 (100%)
R 204 da 488 ~ 41.8%
G 113 da 488 ~ 23.16%
B 171 da 488 ~ 35.04%
Il colore #CC71AB in CMYK è definito come 0,45,16,20.
CMYK: (0,45,16,20) C0M45Y16K20 (0%,45%,16%,20%) (0.00/0.45/0.16/0.20)
CC | 71 | AB | |
---|---|---|---|
RGB | 204 | 113 | 171 |
HSL | 322° | 47.15% | 62.16% |
HSB/HSV | 322° | 44.61% | 80.00% |
CMYK | 0.00% | 44.61% | 16.18% |
20.00% |
Esadicemale | CC | 71 | AB |
Decimale | 204 | 113 | 171 |
Binario | 11001100 | 1110001 | 10101011 |
Ottale | 314 | 161 | 253 |
Esempi dei codici css e html per gli elementi di colore #CC71AB. Utilizzate rgb(204,113,171) anche al posto del codice hex.
.myTextColor { color: #CC71AB; }
<p style="color:#CC71AB">This sample text font color is #CC71AB.</p>
Il colore di questo testo è #CC71AB.
.myBgColor { background-color: #CC71AB; }
<div style="background-color:#CC71AB">Inner text</div>
Questo div ha lo sfondo di colore #CC71AB.
.myBorderColor { border: 1px solid #CC71AB; }
<div style="border:3px solid #CC71AB">Div</div>
Questo div ha i bordi di colore CC71AB.
.myOpacity80 { color: #CC71AB; opacity: 0.8; }
<p style="color:#CC71AB;opacity:0.8;">80%</p>
Il testo di color #CC71AB e trasparenza 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #CC71AB;}
<p style="text-shadow: 3px 3px 1px #CC71AB">Text here.</p>
Questo testo ha l'ombra di colore #CC71AB.
.textShadow {text-shadow: 3px 3px 1px #CC71AB, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #CC71AB, 5px 5px 20px red">Text here.</p>
Questo testo ha l'ombra del colore principale #CC71AB e del colore secondario rosso.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#CC71AB, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#CC71AB, Direction=45, Strength=4)">Text</p>
This text has shadow with #CC71AB and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #CC71AB; -webkit-box-shadow: 1px 1px 3px 2px #CC71AB; box-shadow: 1px 1px 3px 2px #CC71AB; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #CC71AB; -webkit-box-shadow: 1px 1px 3px 2px #CC71AB; box-shadow:1px 1px 3px 2px #CC71AB;">
Div content here</div>
Questo e il testo di colore #CC71AB sullo sfondo nero.
Questo e il testo di colore #CC71AB sullo sfondo bianco.
Questo è un testo nero sullo sfondo del colore #CC71AB.
Questo è un testo bianco sullo sfondo del colore #CC71AB.