HEX: #958ED4
RGB: (149,142,212)
Il colore #958ED4 contiene principalmente il blu. Per il #958ED4 il colore web safe è #9999CC (#99C).
Il colore 958ED4 in RGB è definito come 149,142,212
RGB: (149,142,212) (58%,56%,83%)
R 149 da 255 = 58%
G 142 da 255 = 56%
B 212 da 255 = 83%
R + G + B ~ 66%. #958ED4 colore abbastanza chiaro.
R + G + B =
149 + 142 + 212 = 503 (100%)
R 149 da 503 ~ 29.62%
G 142 da 503 ~ 28.23%
B 212 da 503 ~ 42.15%
Il colore #958ED4 in CMYK è definito come 30,33,0,17.
CMYK: (30,33,0,17) C30M33Y0K17 (30%,33%,0%,17%) (0.30/0.33/0.00/0.17)
95 | 8E | D4 | |
---|---|---|---|
RGB | 149 | 142 | 212 |
HSL | 246° | 44.87% | 69.41% |
HSB/HSV | 246° | 33.02% | 83.14% |
CMYK | 29.72% | 33.02% | 0.00% |
16.86% |
Esadicemale | 95 | 8E | D4 |
Decimale | 149 | 142 | 212 |
Binario | 10010101 | 10001110 | 11010100 |
Ottale | 225 | 216 | 324 |
Esempi dei codici css e html per gli elementi di colore #958ED4. Utilizzate rgb(149,142,212) anche al posto del codice hex.
.myTextColor { color: #958ED4; }
<p style="color:#958ED4">This sample text font color is #958ED4.</p>
Il colore di questo testo è #958ED4.
.myBgColor { background-color: #958ED4; }
<div style="background-color:#958ED4">Inner text</div>
Questo div ha lo sfondo di colore #958ED4.
.myBorderColor { border: 1px solid #958ED4; }
<div style="border:3px solid #958ED4">Div</div>
Questo div ha i bordi di colore 958ED4.
.myOpacity80 { color: #958ED4; opacity: 0.8; }
<p style="color:#958ED4;opacity:0.8;">80%</p>
Il testo di color #958ED4 e trasparenza 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #958ED4;}
<p style="text-shadow: 3px 3px 1px #958ED4">Text here.</p>
Questo testo ha l'ombra di colore #958ED4.
.textShadow {text-shadow: 3px 3px 1px #958ED4, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #958ED4, 5px 5px 20px red">Text here.</p>
Questo testo ha l'ombra del colore principale #958ED4 e del colore secondario rosso.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#958ED4, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#958ED4, Direction=45, Strength=4)">Text</p>
This text has shadow with #958ED4 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #958ED4; -webkit-box-shadow: 1px 1px 3px 2px #958ED4; box-shadow: 1px 1px 3px 2px #958ED4; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #958ED4; -webkit-box-shadow: 1px 1px 3px 2px #958ED4; box-shadow:1px 1px 3px 2px #958ED4;">
Div content here</div>
Questo e il testo di colore #958ED4 sullo sfondo nero.
Questo e il testo di colore #958ED4 sullo sfondo bianco.
Questo è un testo nero sullo sfondo del colore #958ED4.
Questo è un testo bianco sullo sfondo del colore #958ED4.