HEX: #953DB0
RGB: (149,61,176)
Il colore #953DB0 contiene principalmente il rosso e il blu. Per il #953DB0 il colore web safe è #993399 (#939).
Il colore 953DB0 in RGB è definito come 149,61,176
RGB: (149,61,176)
(58%, 24%, 69%)
R 149 da 255 = 58%
G 61 da 255 = 24%
B 176 da 255 = 69%
R + G + B ~ 50%. #953DB0 colore medio (né scuro né chiaro).
R + G + B = 149 + 61 + 176 = 386 (100%)
R 149 da 386 ~ 38.6%
G 61 da 386 ~ 15.8%
B 176 da 386 ~ 45.6'%
Il colore #953DB0 in CMYK è definito come 15,65,0,31.
CMYK: (15,65,0,31)
C15M65Y0K31 (15%, 65%, 0%, 31%)
(0.15 / 0.65 / 0.00 / 0.31)
Il #953DB0 nei modelli di colore popolari.
95 | 3D | B0 | |
---|---|---|---|
RGB | 149 | 61 | 176 |
HSL | 286° | 48.52% | 46.47% |
HSB/HSV | 286° | 65.34% | 69.02% |
CMYK | 15.34% | 65.34% | 0.00% |
30.98% |
Il #953DB0 nei modelli numerici popolari.
Esadicemale | 95 | 3D | B0 |
Decimale | 149 | 61 | 176 |
Binario | 10010101 | 111101 | 10110000 |
Ottale | 225 | 75 | 260 |
Tonalità scure del colore #953DB0
Tonalità chiare del colore #953DB0
Esempi dei codici css e html per gli elementi di colore #953DB0. Utilizzate rgb(149,61,176) anche al posto del codice hex.
.myTextColor { color: #953DB0; }
<p style="color:#953DB0">This sample text font color is #953DB0.</p>
Il colore di questo testo è #953DB0.
.myBgColor { background-color: #953DB0; }
<div style="background-color:#953DB0">Inner text</div>
Questo div ha lo sfondo di colore #953DB0.
.myBorderColor { border: 1px solid #953DB0; }
<div style="border:3px solid #953DB0">Div</div>
Questo div ha i bordi di colore 953DB0.
.myOpacity80 { color: #953DB0; opacity: 0.8; }
<p style="color:#953DB0;opacity:0.8;">80%</p>
Il testo di color #953DB0 e trasparenza 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #953DB0;}
<p style="text-shadow: 3px 3px 1px #953DB0">Text here.</p>
Questo testo ha l'ombra di colore #953DB0.
.textShadow {text-shadow: 3px 3px 1px #953DB0', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #953DB0, 5px 5px 20px red">Text here.</p>
Questo testo ha l'ombra del colore principale #953DB0 e del colore secondario rosso.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#953DB0, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#953DB0, Direction=45, Strength=4)">Text</p>
This text has shadow with #953DB0 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #953DB0;
-webkit-box-shadow: 1px 1px 3px 2px #953DB0;
box-shadow: 1px 1px 3px 2px #953DB0;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #953DB0; -webkit-box-shadow: 1px 1px 3px 2px #953DB0; box-shadow:1px 1px 3px 2px #953DB0;">
Div content here
</div>
Questo e il testo di colore #953DB0 sullo sfondo nero.
Questo e il testo di colore #953DB0 sullo sfondo bianco.
Questo è un testo nero sullo sfondo del colore #953DB0.
Questo è un testo bianco sullo sfondo del colore #953DB0.
Il colore complimentare del #hex è #6AC24F..