HEX: #D481C4
RGB: (212,129,196)
Il colore #D481C4 contiene principalmente il rosso e il blu. Per il #D481C4 il colore web safe è #CC99CC (#C9C).
Il colore D481C4 in RGB è definito come 212,129,196
RGB: (212,129,196) (83%,51%,77%)
R 212 da 255 = 83%
G 129 da 255 = 51%
B 196 da 255 = 77%
R + G + B ~ 70%. #D481C4 colore abbastanza chiaro.
R + G + B =
212 + 129 + 196 = 537 (100%)
R 212 da 537 ~ 39.48%
G 129 da 537 ~ 24.02%
B 196 da 537 ~ 36.5%
Il colore #D481C4 in CMYK è definito come 0,39,8,17.
CMYK: (0,39,8,17) C0M39Y8K17 (0%,39%,8%,17%) (0.00/0.39/0.08/0.17)
D4 | 81 | C4 | |
---|---|---|---|
RGB | 212 | 129 | 196 |
HSL | 312° | 49.11% | 66.86% |
HSB/HSV | 312° | 39.15% | 83.14% |
CMYK | 0.00% | 39.15% | 7.55% |
16.86% |
Esadicemale | D4 | 81 | C4 |
Decimale | 212 | 129 | 196 |
Binario | 11010100 | 10000001 | 11000100 |
Ottale | 324 | 201 | 304 |
Esempi dei codici css e html per gli elementi di colore #D481C4. Utilizzate rgb(212,129,196) anche al posto del codice hex.
.myTextColor { color: #D481C4; }
<p style="color:#D481C4">This sample text font color is #D481C4.</p>
Il colore di questo testo è #D481C4.
.myBgColor { background-color: #D481C4; }
<div style="background-color:#D481C4">Inner text</div>
Questo div ha lo sfondo di colore #D481C4.
.myBorderColor { border: 1px solid #D481C4; }
<div style="border:3px solid #D481C4">Div</div>
Questo div ha i bordi di colore D481C4.
.myOpacity80 { color: #D481C4; opacity: 0.8; }
<p style="color:#D481C4;opacity:0.8;">80%</p>
Il testo di color #D481C4 e trasparenza 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #D481C4;}
<p style="text-shadow: 3px 3px 1px #D481C4">Text here.</p>
Questo testo ha l'ombra di colore #D481C4.
.textShadow {text-shadow: 3px 3px 1px #D481C4, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #D481C4, 5px 5px 20px red">Text here.</p>
Questo testo ha l'ombra del colore principale #D481C4 e del colore secondario rosso.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#D481C4, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#D481C4, Direction=45, Strength=4)">Text</p>
This text has shadow with #D481C4 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #D481C4; -webkit-box-shadow: 1px 1px 3px 2px #D481C4; box-shadow: 1px 1px 3px 2px #D481C4; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #D481C4; -webkit-box-shadow: 1px 1px 3px 2px #D481C4; box-shadow:1px 1px 3px 2px #D481C4;">
Div content here</div>
Questo e il testo di colore #D481C4 sullo sfondo nero.
Questo e il testo di colore #D481C4 sullo sfondo bianco.
Questo è un testo nero sullo sfondo del colore #D481C4.
Questo è un testo bianco sullo sfondo del colore #D481C4.