HEX: #AB5688
RGB: (171,86,136)
Il colore #AB5688 contiene principalmente il rosso e il blu. Per il #AB5688 il colore web safe è #996699 (#969).
Il colore AB5688 in RGB è definito come 171,86,136
RGB: (171,86,136)
(67%, 34%, 53%)
R 171 da 255 = 67%
G 86 da 255 = 34%
B 136 da 255 = 53%
R + G + B ~ 51%. #AB5688 colore medio (né scuro né chiaro).
R + G + B = 171 + 86 + 136 = 393 (100%)
R 171 da 393 ~ 43.51%
G 86 da 393 ~ 21.88%
B 136 da 393 ~ 34.61'%
Il colore #AB5688 in CMYK è definito come 0,50,20,33.
CMYK: (0,50,20,33)
C0M50Y20K33 (0%, 50%, 20%, 33%)
(0.00 / 0.50 / 0.20 / 0.33)
Il #AB5688 nei modelli di colore popolari.
AB | 56 | 88 | |
---|---|---|---|
RGB | 171 | 86 | 136 |
HSL | 325° | 33.60% | 50.39% |
HSB/HSV | 325° | 49.71% | 67.06% |
CMYK | 0.00% | 49.71% | 20.47% |
32.94% |
Il #AB5688 nei modelli numerici popolari.
Esadicemale | AB | 56 | 88 |
Decimale | 171 | 86 | 136 |
Binario | 10101011 | 1010110 | 10001000 |
Ottale | 253 | 126 | 210 |
Tonalità scure del colore #AB5688
Tonalità chiare del colore #AB5688
Esempi dei codici css e html per gli elementi di colore #AB5688. Utilizzate rgb(171,86,136) anche al posto del codice hex.
.myTextColor { color: #AB5688; }
<p style="color:#AB5688">This sample text font color is #AB5688.</p>
Il colore di questo testo è #AB5688.
.myBgColor { background-color: #AB5688; }
<div style="background-color:#AB5688">Inner text</div>
Questo div ha lo sfondo di colore #AB5688.
.myBorderColor { border: 1px solid #AB5688; }
<div style="border:3px solid #AB5688">Div</div>
Questo div ha i bordi di colore AB5688.
.myOpacity80 { color: #AB5688; opacity: 0.8; }
<p style="color:#AB5688;opacity:0.8;">80%</p>
Il testo di color #AB5688 e trasparenza 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #AB5688;}
<p style="text-shadow: 3px 3px 1px #AB5688">Text here.</p>
Questo testo ha l'ombra di colore #AB5688.
.textShadow {text-shadow: 3px 3px 1px #AB5688', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #AB5688, 5px 5px 20px red">Text here.</p>
Questo testo ha l'ombra del colore principale #AB5688 e del colore secondario rosso.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#AB5688, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#AB5688, Direction=45, Strength=4)">Text</p>
This text has shadow with #AB5688 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #AB5688;
-webkit-box-shadow: 1px 1px 3px 2px #AB5688;
box-shadow: 1px 1px 3px 2px #AB5688;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #AB5688; -webkit-box-shadow: 1px 1px 3px 2px #AB5688; box-shadow:1px 1px 3px 2px #AB5688;">
Div content here
</div>
Questo e il testo di colore #AB5688 sullo sfondo nero.
Questo e il testo di colore #AB5688 sullo sfondo bianco.
Questo è un testo nero sullo sfondo del colore #AB5688.
Questo è un testo bianco sullo sfondo del colore #AB5688.
Il colore complimentare del #hex è #54A977..