HEX: #D490F5
RGB: (212,144,245)
Il colore #D490F5 contiene principalmente il rosso e il blu. Per il #D490F5 il colore web safe è #CC99FF (#C9F).
Il colore D490F5 in RGB è definito come 212,144,245
RGB: (212,144,245)
(83%, 56%, 96%)
R 212 da 255 = 83%
G 144 da 255 = 56%
B 245 da 255 = 96%
R + G + B ~ 78%. #D490F5 colore abbastanza chiaro.
R + G + B = 212 + 144 + 245 = 601 (100%)
R 212 da 601 ~ 35.27%
G 144 da 601 ~ 23.96%
B 245 da 601 ~ 40.77'%
Il colore #D490F5 in CMYK è definito come 13,41,0,4.
CMYK: (13,41,0,4)
C13M41Y0K4 (13%, 41%, 0%, 4%)
(0.13 / 0.41 / 0.00 / 0.04)
Il #D490F5 nei modelli di colore popolari.
D4 | 90 | F5 | |
---|---|---|---|
RGB | 212 | 144 | 245 |
HSL | 280° | 83.47% | 76.27% |
HSB/HSV | 280° | 41.22% | 96.08% |
CMYK | 13.47% | 41.22% | 0.00% |
3.92% |
Il #D490F5 nei modelli numerici popolari.
Esadicemale | D4 | 90 | F5 |
Decimale | 212 | 144 | 245 |
Binario | 11010100 | 10010000 | 11110101 |
Ottale | 324 | 220 | 365 |
Tonalità scure del colore #D490F5
Tonalità chiare del colore #D490F5
Esempi dei codici css e html per gli elementi di colore #D490F5. Utilizzate rgb(212,144,245) anche al posto del codice hex.
.myTextColor { color: #D490F5; }
<p style="color:#D490F5">This sample text font color is #D490F5.</p>
Il colore di questo testo è #D490F5.
.myBgColor { background-color: #D490F5; }
<div style="background-color:#D490F5">Inner text</div>
Questo div ha lo sfondo di colore #D490F5.
.myBorderColor { border: 1px solid #D490F5; }
<div style="border:3px solid #D490F5">Div</div>
Questo div ha i bordi di colore D490F5.
.myOpacity80 { color: #D490F5; opacity: 0.8; }
<p style="color:#D490F5;opacity:0.8;">80%</p>
Il testo di color #D490F5 e trasparenza 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #D490F5;}
<p style="text-shadow: 3px 3px 1px #D490F5">Text here.</p>
Questo testo ha l'ombra di colore #D490F5.
.textShadow {text-shadow: 3px 3px 1px #D490F5', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #D490F5, 5px 5px 20px red">Text here.</p>
Questo testo ha l'ombra del colore principale #D490F5 e del colore secondario rosso.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#D490F5, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#D490F5, Direction=45, Strength=4)">Text</p>
This text has shadow with #D490F5 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #D490F5;
-webkit-box-shadow: 1px 1px 3px 2px #D490F5;
box-shadow: 1px 1px 3px 2px #D490F5;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #D490F5; -webkit-box-shadow: 1px 1px 3px 2px #D490F5; box-shadow:1px 1px 3px 2px #D490F5;">
Div content here
</div>
Questo e il testo di colore #D490F5 sullo sfondo nero.
Questo e il testo di colore #D490F5 sullo sfondo bianco.
Questo è un testo nero sullo sfondo del colore #D490F5.
Questo è un testo bianco sullo sfondo del colore #D490F5.
Il colore complimentare del #hex è #2B6F0A..