HEX: #D57EF9
RGB: (213,126,249)
Il colore #D57EF9 contiene principalmente il rosso e il blu. Per il #D57EF9 il colore web safe è #CC66FF (#C6F).
Il colore D57EF9 in RGB è definito come 213,126,249
RGB: (213,126,249)
(84%, 49%, 98%)
R 213 da 255 = 84%
G 126 da 255 = 49%
B 249 da 255 = 98%
R + G + B ~ 77%. #D57EF9 colore abbastanza chiaro.
R + G + B = 213 + 126 + 249 = 588 (100%)
R 213 da 588 ~ 36.22%
G 126 da 588 ~ 21.43%
B 249 da 588 ~ 42.35'%
Il colore #D57EF9 in CMYK è definito come 14,49,0,2.
CMYK: (14,49,0,2)
C14M49Y0K2 (14%, 49%, 0%, 2%)
(0.14 / 0.49 / 0.00 / 0.02)
Il #D57EF9 nei modelli di colore popolari.
D5 | 7E | F9 | |
---|---|---|---|
RGB | 213 | 126 | 249 |
HSL | 282° | 91.11% | 73.53% |
HSB/HSV | 282° | 49.40% | 97.65% |
CMYK | 14.46% | 49.40% | 0.00% |
2.35% |
Il #D57EF9 nei modelli numerici popolari.
Esadicemale | D5 | 7E | F9 |
Decimale | 213 | 126 | 249 |
Binario | 11010101 | 1111110 | 11111001 |
Ottale | 325 | 176 | 371 |
Tonalità scure del colore #D57EF9
Tonalità chiare del colore #D57EF9
Esempi dei codici css e html per gli elementi di colore #D57EF9. Utilizzate rgb(213,126,249) anche al posto del codice hex.
.myTextColor { color: #D57EF9; }
<p style="color:#D57EF9">This sample text font color is #D57EF9.</p>
Il colore di questo testo è #D57EF9.
.myBgColor { background-color: #D57EF9; }
<div style="background-color:#D57EF9">Inner text</div>
Questo div ha lo sfondo di colore #D57EF9.
.myBorderColor { border: 1px solid #D57EF9; }
<div style="border:3px solid #D57EF9">Div</div>
Questo div ha i bordi di colore D57EF9.
.myOpacity80 { color: #D57EF9; opacity: 0.8; }
<p style="color:#D57EF9;opacity:0.8;">80%</p>
Il testo di color #D57EF9 e trasparenza 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #D57EF9;}
<p style="text-shadow: 3px 3px 1px #D57EF9">Text here.</p>
Questo testo ha l'ombra di colore #D57EF9.
.textShadow {text-shadow: 3px 3px 1px #D57EF9', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #D57EF9, 5px 5px 20px red">Text here.</p>
Questo testo ha l'ombra del colore principale #D57EF9 e del colore secondario rosso.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#D57EF9, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#D57EF9, Direction=45, Strength=4)">Text</p>
This text has shadow with #D57EF9 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #D57EF9;
-webkit-box-shadow: 1px 1px 3px 2px #D57EF9;
box-shadow: 1px 1px 3px 2px #D57EF9;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #D57EF9; -webkit-box-shadow: 1px 1px 3px 2px #D57EF9; box-shadow:1px 1px 3px 2px #D57EF9;">
Div content here
</div>
Questo e il testo di colore #D57EF9 sullo sfondo nero.
Questo e il testo di colore #D57EF9 sullo sfondo bianco.
Questo è un testo nero sullo sfondo del colore #D57EF9.
Questo è un testo bianco sullo sfondo del colore #D57EF9.
Il colore complimentare del #D57EF9 è #2A8106..