HEX: #B4A5E6
RGB: (180,165,230)
Il colore #B4A5E6 contiene principalmente il rosso e il blu. Per il #B4A5E6 il colore web safe è #CC99CC (#C9C).
Il colore B4A5E6 in RGB è definito come 180,165,230
RGB: (180,165,230)
(71%, 65%, 90%)
R 180 da 255 = 71%
G 165 da 255 = 65%
B 230 da 255 = 90%
R + G + B ~ 75%. #B4A5E6 colore abbastanza chiaro.
R + G + B = 180 + 165 + 230 = 575 (100%)
R 180 da 575 ~ 31.3%
G 165 da 575 ~ 28.7%
B 230 da 575 ~ 40'%
Il colore #B4A5E6 in CMYK è definito come 22,28,0,10.
CMYK: (22,28,0,10)
C22M28Y0K10 (22%, 28%, 0%, 10%)
(0.22 / 0.28 / 0.00 / 0.10)
Il #B4A5E6 nei modelli di colore popolari.
B4 | A5 | E6 | |
---|---|---|---|
RGB | 180 | 165 | 230 |
HSL | 254° | 56.52% | 77.45% |
HSB/HSV | 254° | 28.26% | 90.20% |
CMYK | 21.74% | 28.26% | 0.00% |
9.80% |
Il #B4A5E6 nei modelli numerici popolari.
Esadicemale | B4 | A5 | E6 |
Decimale | 180 | 165 | 230 |
Binario | 10110100 | 10100101 | 11100110 |
Ottale | 264 | 245 | 346 |
Tonalità scure del colore #B4A5E6
Tonalità chiare del colore #B4A5E6
Esempi dei codici css e html per gli elementi di colore #B4A5E6. Utilizzate rgb(180,165,230) anche al posto del codice hex.
.myTextColor { color: #B4A5E6; }
<p style="color:#B4A5E6">This sample text font color is #B4A5E6.</p>
Il colore di questo testo è #B4A5E6.
.myBgColor { background-color: #B4A5E6; }
<div style="background-color:#B4A5E6">Inner text</div>
Questo div ha lo sfondo di colore #B4A5E6.
.myBorderColor { border: 1px solid #B4A5E6; }
<div style="border:3px solid #B4A5E6">Div</div>
Questo div ha i bordi di colore B4A5E6.
.myOpacity80 { color: #B4A5E6; opacity: 0.8; }
<p style="color:#B4A5E6;opacity:0.8;">80%</p>
Il testo di color #B4A5E6 e trasparenza 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #B4A5E6;}
<p style="text-shadow: 3px 3px 1px #B4A5E6">Text here.</p>
Questo testo ha l'ombra di colore #B4A5E6.
.textShadow {text-shadow: 3px 3px 1px #B4A5E6', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #B4A5E6, 5px 5px 20px red">Text here.</p>
Questo testo ha l'ombra del colore principale #B4A5E6 e del colore secondario rosso.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#B4A5E6, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#B4A5E6, Direction=45, Strength=4)">Text</p>
This text has shadow with #B4A5E6 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #B4A5E6;
-webkit-box-shadow: 1px 1px 3px 2px #B4A5E6;
box-shadow: 1px 1px 3px 2px #B4A5E6;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #B4A5E6; -webkit-box-shadow: 1px 1px 3px 2px #B4A5E6; box-shadow:1px 1px 3px 2px #B4A5E6;">
Div content here
</div>
Questo e il testo di colore #B4A5E6 sullo sfondo nero.
Questo e il testo di colore #B4A5E6 sullo sfondo bianco.
Questo è un testo nero sullo sfondo del colore #B4A5E6.
Questo è un testo bianco sullo sfondo del colore #B4A5E6.
Il colore complimentare del #hex è #4B5A19..