HEX: #DA71F9
RGB: (218,113,249)
Il colore #DA71F9 contiene principalmente il rosso e il blu. Per il #DA71F9 il colore web safe è #CC66FF (#C6F).
Il colore DA71F9 in RGB è definito come 218,113,249
RGB: (218,113,249) (85%,44%,98%)
R 218 da 255 = 85%
G 113 da 255 = 44%
B 249 da 255 = 98%
R + G + B ~ 76%. #DA71F9 colore abbastanza chiaro.
R + G + B =
218 + 113 + 249 = 580 (100%)
R 218 da 580 ~ 37.59%
G 113 da 580 ~ 19.48%
B 249 da 580 ~ 42.93%
Il colore #DA71F9 in CMYK è definito come 12,55,0,2.
CMYK: (12,55,0,2) C12M55Y0K2 (12%,55%,0%,2%) (0.12/0.55/0.00/0.02)
DA | 71 | F9 | |
---|---|---|---|
RGB | 218 | 113 | 249 |
HSL | 286° | 91.89% | 70.98% |
HSB/HSV | 286° | 54.62% | 97.65% |
CMYK | 12.45% | 54.62% | 0.00% |
2.35% |
Esadicemale | DA | 71 | F9 |
Decimale | 218 | 113 | 249 |
Binario | 11011010 | 1110001 | 11111001 |
Ottale | 332 | 161 | 371 |
Esempi dei codici css e html per gli elementi di colore #DA71F9. Utilizzate rgb(218,113,249) anche al posto del codice hex.
.myTextColor { color: #DA71F9; }
<p style="color:#DA71F9">This sample text font color is #DA71F9.</p>
Il colore di questo testo è #DA71F9.
.myBgColor { background-color: #DA71F9; }
<div style="background-color:#DA71F9">Inner text</div>
Questo div ha lo sfondo di colore #DA71F9.
.myBorderColor { border: 1px solid #DA71F9; }
<div style="border:3px solid #DA71F9">Div</div>
Questo div ha i bordi di colore DA71F9.
.myOpacity80 { color: #DA71F9; opacity: 0.8; }
<p style="color:#DA71F9;opacity:0.8;">80%</p>
Il testo di color #DA71F9 e trasparenza 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #DA71F9;}
<p style="text-shadow: 3px 3px 1px #DA71F9">Text here.</p>
Questo testo ha l'ombra di colore #DA71F9.
.textShadow {text-shadow: 3px 3px 1px #DA71F9, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #DA71F9, 5px 5px 20px red">Text here.</p>
Questo testo ha l'ombra del colore principale #DA71F9 e del colore secondario rosso.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#DA71F9, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#DA71F9, Direction=45, Strength=4)">Text</p>
This text has shadow with #DA71F9 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #DA71F9; -webkit-box-shadow: 1px 1px 3px 2px #DA71F9; box-shadow: 1px 1px 3px 2px #DA71F9; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #DA71F9; -webkit-box-shadow: 1px 1px 3px 2px #DA71F9; box-shadow:1px 1px 3px 2px #DA71F9;">
Div content here</div>
Questo e il testo di colore #DA71F9 sullo sfondo nero.
Questo e il testo di colore #DA71F9 sullo sfondo bianco.
Questo è un testo nero sullo sfondo del colore #DA71F9.
Questo è un testo bianco sullo sfondo del colore #DA71F9.