HEX: #C488AB
RGB: (196,136,171)
Il colore #C488AB contiene principalmente il rosso e il blu. Per il #C488AB il colore web safe è #CC9999 (#C99).
Il colore C488AB in RGB è definito come 196,136,171
RGB: (196,136,171) (77%,53%,67%)
R 196 da 255 = 77%
G 136 da 255 = 53%
B 171 da 255 = 67%
R + G + B ~ 66%. #C488AB colore abbastanza chiaro.
R + G + B =
196 + 136 + 171 = 503 (100%)
R 196 da 503 ~ 38.97%
G 136 da 503 ~ 27.04%
B 171 da 503 ~ 34%
Il colore #C488AB in CMYK è definito come 0,31,13,23.
CMYK: (0,31,13,23) C0M31Y13K23 (0%,31%,13%,23%) (0.00/0.31/0.13/0.23)
C4 | 88 | AB | |
---|---|---|---|
RGB | 196 | 136 | 171 |
HSL | 325° | 33.71% | 65.10% |
HSB/HSV | 325° | 30.61% | 76.86% |
CMYK | 0.00% | 30.61% | 12.76% |
23.14% |
Esadicemale | C4 | 88 | AB |
Decimale | 196 | 136 | 171 |
Binario | 11000100 | 10001000 | 10101011 |
Ottale | 304 | 210 | 253 |
Esempi dei codici css e html per gli elementi di colore #C488AB. Utilizzate rgb(196,136,171) anche al posto del codice hex.
.myTextColor { color: #C488AB; }
<p style="color:#C488AB">This sample text font color is #C488AB.</p>
Il colore di questo testo è #C488AB.
.myBgColor { background-color: #C488AB; }
<div style="background-color:#C488AB">Inner text</div>
Questo div ha lo sfondo di colore #C488AB.
.myBorderColor { border: 1px solid #C488AB; }
<div style="border:3px solid #C488AB">Div</div>
Questo div ha i bordi di colore C488AB.
.myOpacity80 { color: #C488AB; opacity: 0.8; }
<p style="color:#C488AB;opacity:0.8;">80%</p>
Il testo di color #C488AB e trasparenza 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #C488AB;}
<p style="text-shadow: 3px 3px 1px #C488AB">Text here.</p>
Questo testo ha l'ombra di colore #C488AB.
.textShadow {text-shadow: 3px 3px 1px #C488AB, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #C488AB, 5px 5px 20px red">Text here.</p>
Questo testo ha l'ombra del colore principale #C488AB e del colore secondario rosso.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C488AB, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#C488AB, Direction=45, Strength=4)">Text</p>
This text has shadow with #C488AB and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #C488AB; -webkit-box-shadow: 1px 1px 3px 2px #C488AB; box-shadow: 1px 1px 3px 2px #C488AB; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #C488AB; -webkit-box-shadow: 1px 1px 3px 2px #C488AB; box-shadow:1px 1px 3px 2px #C488AB;">
Div content here</div>
Questo e il testo di colore #C488AB sullo sfondo nero.
Questo e il testo di colore #C488AB sullo sfondo bianco.
Questo è un testo nero sullo sfondo del colore #C488AB.
Questo è un testo bianco sullo sfondo del colore #C488AB.