HEX: #AB2EAB
RGB: (171,46,171)
Il colore #AB2EAB contiene principalmente il rosso e il blu. Per il #AB2EAB il colore web safe è #993399 (#939).
Il colore AB2EAB in RGB è definito come 171,46,171
RGB: (171,46,171) (67%,18%,67%)
R 171 da 255 = 67%
G 46 da 255 = 18%
B 171 da 255 = 67%
R + G + B ~ 51%. #AB2EAB colore medio (né scuro né chiaro).
R + G + B =
171 + 46 + 171 = 388 (100%)
R 171 da 388 ~ 44.07%
G 46 da 388 ~ 11.86%
B 171 da 388 ~ 44.07%
Il colore #AB2EAB in CMYK è definito come 0,73,0,33.
CMYK: (0,73,0,33) C0M73Y0K33 (0%,73%,0%,33%) (0.00/0.73/0.00/0.33)
AB | 2E | AB | |
---|---|---|---|
RGB | 171 | 46 | 171 |
HSL | 300° | 57.60% | 42.55% |
HSB/HSV | 300° | 73.10% | 67.06% |
CMYK | 0.00% | 73.10% | 0.00% |
32.94% |
Esadicemale | AB | 2E | AB |
Decimale | 171 | 46 | 171 |
Binario | 10101011 | 101110 | 10101011 |
Ottale | 253 | 56 | 253 |
Esempi dei codici css e html per gli elementi di colore #AB2EAB. Utilizzate rgb(171,46,171) anche al posto del codice hex.
.myTextColor { color: #AB2EAB; }
<p style="color:#AB2EAB">This sample text font color is #AB2EAB.</p>
Il colore di questo testo è #AB2EAB.
.myBgColor { background-color: #AB2EAB; }
<div style="background-color:#AB2EAB">Inner text</div>
Questo div ha lo sfondo di colore #AB2EAB.
.myBorderColor { border: 1px solid #AB2EAB; }
<div style="border:3px solid #AB2EAB">Div</div>
Questo div ha i bordi di colore AB2EAB.
.myOpacity80 { color: #AB2EAB; opacity: 0.8; }
<p style="color:#AB2EAB;opacity:0.8;">80%</p>
Il testo di color #AB2EAB e trasparenza 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #AB2EAB;}
<p style="text-shadow: 3px 3px 1px #AB2EAB">Text here.</p>
Questo testo ha l'ombra di colore #AB2EAB.
.textShadow {text-shadow: 3px 3px 1px #AB2EAB, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #AB2EAB, 5px 5px 20px red">Text here.</p>
Questo testo ha l'ombra del colore principale #AB2EAB e del colore secondario rosso.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#AB2EAB, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#AB2EAB, Direction=45, Strength=4)">Text</p>
This text has shadow with #AB2EAB and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #AB2EAB; -webkit-box-shadow: 1px 1px 3px 2px #AB2EAB; box-shadow: 1px 1px 3px 2px #AB2EAB; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #AB2EAB; -webkit-box-shadow: 1px 1px 3px 2px #AB2EAB; box-shadow:1px 1px 3px 2px #AB2EAB;">
Div content here</div>
Questo e il testo di colore #AB2EAB sullo sfondo nero.
Questo e il testo di colore #AB2EAB sullo sfondo bianco.
Questo è un testo nero sullo sfondo del colore #AB2EAB.
Questo è un testo bianco sullo sfondo del colore #AB2EAB.