HEX: #AB5890
RGB: (171,88,144)
Il colore #AB5890 contiene principalmente il rosso e il blu. Per il #AB5890 il colore web safe è #996699 (#969).
Il colore AB5890 in RGB è definito come 171,88,144
RGB: (171,88,144)
(67%, 35%, 56%)
R 171 da 255 = 67%
G 88 da 255 = 35%
B 144 da 255 = 56%
R + G + B ~ 53%. #AB5890 colore medio (né scuro né chiaro).
R + G + B = 171 + 88 + 144 = 403 (100%)
R 171 da 403 ~ 42.43%
G 88 da 403 ~ 21.84%
B 144 da 403 ~ 35.73'%
Il colore #AB5890 in CMYK è definito come 0,49,16,33.
CMYK: (0,49,16,33)
C0M49Y16K33 (0%, 49%, 16%, 33%)
(0.00 / 0.49 / 0.16 / 0.33)
Il #AB5890 nei modelli di colore popolari.
AB | 58 | 90 | |
---|---|---|---|
RGB | 171 | 88 | 144 |
HSL | 320° | 33.07% | 50.78% |
HSB/HSV | 320° | 48.54% | 67.06% |
CMYK | 0.00% | 48.54% | 15.79% |
32.94% |
Il #AB5890 nei modelli numerici popolari.
Esadicemale | AB | 58 | 90 |
Decimale | 171 | 88 | 144 |
Binario | 10101011 | 1011000 | 10010000 |
Ottale | 253 | 130 | 220 |
Tonalità scure del colore #AB5890
Tonalità chiare del colore #AB5890
Esempi dei codici css e html per gli elementi di colore #AB5890. Utilizzate rgb(171,88,144) anche al posto del codice hex.
.myTextColor { color: #AB5890; }
<p style="color:#AB5890">This sample text font color is #AB5890.</p>
Il colore di questo testo è #AB5890.
.myBgColor { background-color: #AB5890; }
<div style="background-color:#AB5890">Inner text</div>
Questo div ha lo sfondo di colore #AB5890.
.myBorderColor { border: 1px solid #AB5890; }
<div style="border:3px solid #AB5890">Div</div>
Questo div ha i bordi di colore AB5890.
.myOpacity80 { color: #AB5890; opacity: 0.8; }
<p style="color:#AB5890;opacity:0.8;">80%</p>
Il testo di color #AB5890 e trasparenza 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #AB5890;}
<p style="text-shadow: 3px 3px 1px #AB5890">Text here.</p>
Questo testo ha l'ombra di colore #AB5890.
.textShadow {text-shadow: 3px 3px 1px #AB5890', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #AB5890, 5px 5px 20px red">Text here.</p>
Questo testo ha l'ombra del colore principale #AB5890 e del colore secondario rosso.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#AB5890, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#AB5890, Direction=45, Strength=4)">Text</p>
This text has shadow with #AB5890 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #AB5890;
-webkit-box-shadow: 1px 1px 3px 2px #AB5890;
box-shadow: 1px 1px 3px 2px #AB5890;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #AB5890; -webkit-box-shadow: 1px 1px 3px 2px #AB5890; box-shadow:1px 1px 3px 2px #AB5890;">
Div content here
</div>
Questo e il testo di colore #AB5890 sullo sfondo nero.
Questo e il testo di colore #AB5890 sullo sfondo bianco.
Questo è un testo nero sullo sfondo del colore #AB5890.
Questo è un testo bianco sullo sfondo del colore #AB5890.
Il colore complimentare del #hex è #54A76F..