HEX: #AB87F4
RGB: (171,135,244)
Il colore #AB87F4 contiene principalmente il blu. Per il #AB87F4 il colore web safe è #9999FF (#99F).
Il colore AB87F4 in RGB è definito come 171,135,244
RGB: (171,135,244) (67%,53%,96%)
R 171 da 255 = 67%
G 135 da 255 = 53%
B 244 da 255 = 96%
R + G + B ~ 72%. #AB87F4 colore abbastanza chiaro.
R + G + B =
171 + 135 + 244 = 550 (100%)
R 171 da 550 ~ 31.09%
G 135 da 550 ~ 24.55%
B 244 da 550 ~ 44.36%
Il colore #AB87F4 in CMYK è definito come 30,45,0,4.
CMYK: (30,45,0,4) C30M45Y0K4 (30%,45%,0%,4%) (0.30/0.45/0.00/0.04)
AB | 87 | F4 | |
---|---|---|---|
RGB | 171 | 135 | 244 |
HSL | 260° | 83.21% | 74.31% |
HSB/HSV | 260° | 44.67% | 95.69% |
CMYK | 29.92% | 44.67% | 0.00% |
4.31% |
Esadicemale | AB | 87 | F4 |
Decimale | 171 | 135 | 244 |
Binario | 10101011 | 10000111 | 11110100 |
Ottale | 253 | 207 | 364 |
Esempi dei codici css e html per gli elementi di colore #AB87F4. Utilizzate rgb(171,135,244) anche al posto del codice hex.
.myTextColor { color: #AB87F4; }
<p style="color:#AB87F4">This sample text font color is #AB87F4.</p>
Il colore di questo testo è #AB87F4.
.myBgColor { background-color: #AB87F4; }
<div style="background-color:#AB87F4">Inner text</div>
Questo div ha lo sfondo di colore #AB87F4.
.myBorderColor { border: 1px solid #AB87F4; }
<div style="border:3px solid #AB87F4">Div</div>
Questo div ha i bordi di colore AB87F4.
.myOpacity80 { color: #AB87F4; opacity: 0.8; }
<p style="color:#AB87F4;opacity:0.8;">80%</p>
Il testo di color #AB87F4 e trasparenza 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #AB87F4;}
<p style="text-shadow: 3px 3px 1px #AB87F4">Text here.</p>
Questo testo ha l'ombra di colore #AB87F4.
.textShadow {text-shadow: 3px 3px 1px #AB87F4, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #AB87F4, 5px 5px 20px red">Text here.</p>
Questo testo ha l'ombra del colore principale #AB87F4 e del colore secondario rosso.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#AB87F4, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#AB87F4, Direction=45, Strength=4)">Text</p>
This text has shadow with #AB87F4 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #AB87F4; -webkit-box-shadow: 1px 1px 3px 2px #AB87F4; box-shadow: 1px 1px 3px 2px #AB87F4; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #AB87F4; -webkit-box-shadow: 1px 1px 3px 2px #AB87F4; box-shadow:1px 1px 3px 2px #AB87F4;">
Div content here</div>
Questo e il testo di colore #AB87F4 sullo sfondo nero.
Questo e il testo di colore #AB87F4 sullo sfondo bianco.
Questo è un testo nero sullo sfondo del colore #AB87F4.
Questo è un testo bianco sullo sfondo del colore #AB87F4.