HEX: #855DAB
RGB: (133,93,171)
Il colore #855DAB contiene principalmente il rosso e il blu. Per il #855DAB il colore web safe è #996699 (#969).
Il colore 855DAB in RGB è definito come 133,93,171
RGB: (133,93,171)
(52%, 36%, 67%)
R 133 da 255 = 52%
G 93 da 255 = 36%
B 171 da 255 = 67%
R + G + B ~ 52%. #855DAB colore medio (né scuro né chiaro).
R + G + B = 133 + 93 + 171 = 397 (100%)
R 133 da 397 ~ 33.5%
G 93 da 397 ~ 23.43%
B 171 da 397 ~ 43.07'%
Il colore #855DAB in CMYK è definito come 22,46,0,33.
CMYK: (22,46,0,33)
C22M46Y0K33 (22%, 46%, 0%, 33%)
(0.22 / 0.46 / 0.00 / 0.33)
Il #855DAB nei modelli di colore popolari.
85 | 5D | AB | |
---|---|---|---|
RGB | 133 | 93 | 171 |
HSL | 271° | 31.71% | 51.76% |
HSB/HSV | 271° | 45.61% | 67.06% |
CMYK | 22.22% | 45.61% | 0.00% |
32.94% |
Il #855DAB nei modelli numerici popolari.
Esadicemale | 85 | 5D | AB |
Decimale | 133 | 93 | 171 |
Binario | 10000101 | 1011101 | 10101011 |
Ottale | 205 | 135 | 253 |
Tonalità scure del colore #855DAB
Tonalità chiare del colore #855DAB
Esempi dei codici css e html per gli elementi di colore #855DAB. Utilizzate rgb(133,93,171) anche al posto del codice hex.
.myTextColor { color: #855DAB; }
<p style="color:#855DAB">This sample text font color is #855DAB.</p>
Il colore di questo testo è #855DAB.
.myBgColor { background-color: #855DAB; }
<div style="background-color:#855DAB">Inner text</div>
Questo div ha lo sfondo di colore #855DAB.
.myBorderColor { border: 1px solid #855DAB; }
<div style="border:3px solid #855DAB">Div</div>
Questo div ha i bordi di colore 855DAB.
.myOpacity80 { color: #855DAB; opacity: 0.8; }
<p style="color:#855DAB;opacity:0.8;">80%</p>
Il testo di color #855DAB e trasparenza 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #855DAB;}
<p style="text-shadow: 3px 3px 1px #855DAB">Text here.</p>
Questo testo ha l'ombra di colore #855DAB.
.textShadow {text-shadow: 3px 3px 1px #855DAB', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #855DAB, 5px 5px 20px red">Text here.</p>
Questo testo ha l'ombra del colore principale #855DAB e del colore secondario rosso.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#855DAB, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#855DAB, Direction=45, Strength=4)">Text</p>
This text has shadow with #855DAB and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #855DAB;
-webkit-box-shadow: 1px 1px 3px 2px #855DAB;
box-shadow: 1px 1px 3px 2px #855DAB;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #855DAB; -webkit-box-shadow: 1px 1px 3px 2px #855DAB; box-shadow:1px 1px 3px 2px #855DAB;">
Div content here
</div>
Questo e il testo di colore #855DAB sullo sfondo nero.
Questo e il testo di colore #855DAB sullo sfondo bianco.
Questo è un testo nero sullo sfondo del colore #855DAB.
Questo è un testo bianco sullo sfondo del colore #855DAB.
Il colore complimentare del #hex è #7AA254..