HEX: #B57ED4
RGB: (181,126,212)
Il colore #B57ED4 contiene principalmente il rosso e il blu. Per il #B57ED4 il colore web safe è #CC66CC (#C6C).
Il colore B57ED4 in RGB è definito come 181,126,212
RGB: (181,126,212)
(71%, 49%, 83%)
R 181 da 255 = 71%
G 126 da 255 = 49%
B 212 da 255 = 83%
R + G + B ~ 68%. #B57ED4 colore abbastanza chiaro.
R + G + B = 181 + 126 + 212 = 519 (100%)
R 181 da 519 ~ 34.87%
G 126 da 519 ~ 24.28%
B 212 da 519 ~ 40.85'%
Il colore #B57ED4 in CMYK è definito come 15,41,0,17.
CMYK: (15,41,0,17)
C15M41Y0K17 (15%, 41%, 0%, 17%)
(0.15 / 0.41 / 0.00 / 0.17)
Il #B57ED4 nei modelli di colore popolari.
B5 | 7E | D4 | |
---|---|---|---|
RGB | 181 | 126 | 212 |
HSL | 278° | 50.00% | 66.27% |
HSB/HSV | 278° | 40.57% | 83.14% |
CMYK | 14.62% | 40.57% | 0.00% |
16.86% |
Il #B57ED4 nei modelli numerici popolari.
Esadicemale | B5 | 7E | D4 |
Decimale | 181 | 126 | 212 |
Binario | 10110101 | 1111110 | 11010100 |
Ottale | 265 | 176 | 324 |
Tonalità scure del colore #B57ED4
Tonalità chiare del colore #B57ED4
Esempi dei codici css e html per gli elementi di colore #B57ED4. Utilizzate rgb(181,126,212) anche al posto del codice hex.
.myTextColor { color: #B57ED4; }
<p style="color:#B57ED4">This sample text font color is #B57ED4.</p>
Il colore di questo testo è #B57ED4.
.myBgColor { background-color: #B57ED4; }
<div style="background-color:#B57ED4">Inner text</div>
Questo div ha lo sfondo di colore #B57ED4.
.myBorderColor { border: 1px solid #B57ED4; }
<div style="border:3px solid #B57ED4">Div</div>
Questo div ha i bordi di colore B57ED4.
.myOpacity80 { color: #B57ED4; opacity: 0.8; }
<p style="color:#B57ED4;opacity:0.8;">80%</p>
Il testo di color #B57ED4 e trasparenza 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #B57ED4;}
<p style="text-shadow: 3px 3px 1px #B57ED4">Text here.</p>
Questo testo ha l'ombra di colore #B57ED4.
.textShadow {text-shadow: 3px 3px 1px #B57ED4', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #B57ED4, 5px 5px 20px red">Text here.</p>
Questo testo ha l'ombra del colore principale #B57ED4 e del colore secondario rosso.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#B57ED4, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#B57ED4, Direction=45, Strength=4)">Text</p>
This text has shadow with #B57ED4 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #B57ED4;
-webkit-box-shadow: 1px 1px 3px 2px #B57ED4;
box-shadow: 1px 1px 3px 2px #B57ED4;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #B57ED4; -webkit-box-shadow: 1px 1px 3px 2px #B57ED4; box-shadow:1px 1px 3px 2px #B57ED4;">
Div content here
</div>
Questo e il testo di colore #B57ED4 sullo sfondo nero.
Questo e il testo di colore #B57ED4 sullo sfondo bianco.
Questo è un testo nero sullo sfondo del colore #B57ED4.
Questo è un testo bianco sullo sfondo del colore #B57ED4.
Il colore complimentare del #hex è #4A812B..