HEX: #AB66B5
RGB: (171,102,181)
Il colore #AB66B5 contiene principalmente il rosso e il blu. Per il #AB66B5 il colore web safe è #9966CC (#96C).
Il colore AB66B5 in RGB è definito come 171,102,181
RGB: (171,102,181) (67%,40%,71%)
R 171 da 255 = 67%
G 102 da 255 = 40%
B 181 da 255 = 71%
R + G + B ~ 59%. #AB66B5 colore medio (né scuro né chiaro).
R + G + B =
171 + 102 + 181 = 454 (100%)
R 171 da 454 ~ 37.67%
G 102 da 454 ~ 22.47%
B 181 da 454 ~ 39.87%
Il colore #AB66B5 in CMYK è definito come 6,44,0,29.
CMYK: (6,44,0,29) C6M44Y0K29 (6%,44%,0%,29%) (0.06/0.44/0.00/0.29)
AB | 66 | B5 | |
---|---|---|---|
RGB | 171 | 102 | 181 |
HSL | 292° | 34.80% | 55.49% |
HSB/HSV | 292° | 43.65% | 70.98% |
CMYK | 5.52% | 43.65% | 0.00% |
29.02% |
Esadicemale | AB | 66 | B5 |
Decimale | 171 | 102 | 181 |
Binario | 10101011 | 1100110 | 10110101 |
Ottale | 253 | 146 | 265 |
Esempi dei codici css e html per gli elementi di colore #AB66B5. Utilizzate rgb(171,102,181) anche al posto del codice hex.
.myTextColor { color: #AB66B5; }
<p style="color:#AB66B5">This sample text font color is #AB66B5.</p>
Il colore di questo testo è #AB66B5.
.myBgColor { background-color: #AB66B5; }
<div style="background-color:#AB66B5">Inner text</div>
Questo div ha lo sfondo di colore #AB66B5.
.myBorderColor { border: 1px solid #AB66B5; }
<div style="border:3px solid #AB66B5">Div</div>
Questo div ha i bordi di colore AB66B5.
.myOpacity80 { color: #AB66B5; opacity: 0.8; }
<p style="color:#AB66B5;opacity:0.8;">80%</p>
Il testo di color #AB66B5 e trasparenza 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #AB66B5;}
<p style="text-shadow: 3px 3px 1px #AB66B5">Text here.</p>
Questo testo ha l'ombra di colore #AB66B5.
.textShadow {text-shadow: 3px 3px 1px #AB66B5, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #AB66B5, 5px 5px 20px red">Text here.</p>
Questo testo ha l'ombra del colore principale #AB66B5 e del colore secondario rosso.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#AB66B5, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#AB66B5, Direction=45, Strength=4)">Text</p>
This text has shadow with #AB66B5 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #AB66B5; -webkit-box-shadow: 1px 1px 3px 2px #AB66B5; box-shadow: 1px 1px 3px 2px #AB66B5; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #AB66B5; -webkit-box-shadow: 1px 1px 3px 2px #AB66B5; box-shadow:1px 1px 3px 2px #AB66B5;">
Div content here</div>
Questo e il testo di colore #AB66B5 sullo sfondo nero.
Questo e il testo di colore #AB66B5 sullo sfondo bianco.
Questo è un testo nero sullo sfondo del colore #AB66B5.
Questo è un testo bianco sullo sfondo del colore #AB66B5.