HEX: #D46ED4
RGB: (212,110,212)
Il colore #D46ED4 contiene principalmente il rosso e il blu. Per il #D46ED4 il colore web safe è #CC66CC (#C6C).
Il colore D46ED4 in RGB è definito come 212,110,212
RGB: (212,110,212) (83%,43%,83%)
R 212 da 255 = 83%
G 110 da 255 = 43%
B 212 da 255 = 83%
R + G + B ~ 70%. #D46ED4 colore abbastanza chiaro.
R + G + B =
212 + 110 + 212 = 534 (100%)
R 212 da 534 ~ 39.7%
G 110 da 534 ~ 20.6%
B 212 da 534 ~ 39.7%
Il colore #D46ED4 in CMYK è definito come 0,48,0,17.
CMYK: (0,48,0,17) C0M48Y0K17 (0%,48%,0%,17%) (0.00/0.48/0.00/0.17)
D4 | 6E | D4 | |
---|---|---|---|
RGB | 212 | 110 | 212 |
HSL | 300° | 54.26% | 63.14% |
HSB/HSV | 300° | 48.11% | 83.14% |
CMYK | 0.00% | 48.11% | 0.00% |
16.86% |
Esadicemale | D4 | 6E | D4 |
Decimale | 212 | 110 | 212 |
Binario | 11010100 | 1101110 | 11010100 |
Ottale | 324 | 156 | 324 |
Esempi dei codici css e html per gli elementi di colore #D46ED4. Utilizzate rgb(212,110,212) anche al posto del codice hex.
.myTextColor { color: #D46ED4; }
<p style="color:#D46ED4">This sample text font color is #D46ED4.</p>
Il colore di questo testo è #D46ED4.
.myBgColor { background-color: #D46ED4; }
<div style="background-color:#D46ED4">Inner text</div>
Questo div ha lo sfondo di colore #D46ED4.
.myBorderColor { border: 1px solid #D46ED4; }
<div style="border:3px solid #D46ED4">Div</div>
Questo div ha i bordi di colore D46ED4.
.myOpacity80 { color: #D46ED4; opacity: 0.8; }
<p style="color:#D46ED4;opacity:0.8;">80%</p>
Il testo di color #D46ED4 e trasparenza 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #D46ED4;}
<p style="text-shadow: 3px 3px 1px #D46ED4">Text here.</p>
Questo testo ha l'ombra di colore #D46ED4.
.textShadow {text-shadow: 3px 3px 1px #D46ED4, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #D46ED4, 5px 5px 20px red">Text here.</p>
Questo testo ha l'ombra del colore principale #D46ED4 e del colore secondario rosso.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#D46ED4, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#D46ED4, Direction=45, Strength=4)">Text</p>
This text has shadow with #D46ED4 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #D46ED4; -webkit-box-shadow: 1px 1px 3px 2px #D46ED4; box-shadow: 1px 1px 3px 2px #D46ED4; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #D46ED4; -webkit-box-shadow: 1px 1px 3px 2px #D46ED4; box-shadow:1px 1px 3px 2px #D46ED4;">
Div content here</div>
Questo e il testo di colore #D46ED4 sullo sfondo nero.
Questo e il testo di colore #D46ED4 sullo sfondo bianco.
Questo è un testo nero sullo sfondo del colore #D46ED4.
Questo è un testo bianco sullo sfondo del colore #D46ED4.