HEX: #747DF6
RGB: (116,125,246)
Il colore #747DF6 contiene principalmente il blu. Per il #747DF6 il colore web safe è #6666FF (#66F).
Il colore 747DF6 in RGB è definito come 116,125,246
RGB: (116,125,246)
(45%, 49%, 96%)
R 116 da 255 = 45%
G 125 da 255 = 49%
B 246 da 255 = 96%
R + G + B ~ 63%. #747DF6 colore abbastanza chiaro.
R + G + B = 116 + 125 + 246 = 487 (100%)
R 116 da 487 ~ 23.82%
G 125 da 487 ~ 25.67%
B 246 da 487 ~ 50.51'%
Il colore #747DF6 in CMYK è definito come 53,49,0,4.
CMYK: (53,49,0,4)
C53M49Y0K4 (53%, 49%, 0%, 4%)
(0.53 / 0.49 / 0.00 / 0.04)
Il #747DF6 nei modelli di colore popolari.
74 | 7D | F6 | |
---|---|---|---|
RGB | 116 | 125 | 246 |
HSL | 236° | 87.84% | 70.98% |
HSB/HSV | 236° | 52.85% | 96.47% |
CMYK | 52.85% | 49.19% | 0.00% |
3.53% |
Il #747DF6 nei modelli numerici popolari.
Esadicemale | 74 | 7D | F6 |
Decimale | 116 | 125 | 246 |
Binario | 1110100 | 1111101 | 11110110 |
Ottale | 164 | 175 | 366 |
Tonalità scure del colore #747DF6
Tonalità chiare del colore #747DF6
Esempi dei codici css e html per gli elementi di colore #747DF6. Utilizzate rgb(116,125,246) anche al posto del codice hex.
.myTextColor { color: #747DF6; }
<p style="color:#747DF6">This sample text font color is #747DF6.</p>
Il colore di questo testo è #747DF6.
.myBgColor { background-color: #747DF6; }
<div style="background-color:#747DF6">Inner text</div>
Questo div ha lo sfondo di colore #747DF6.
.myBorderColor { border: 1px solid #747DF6; }
<div style="border:3px solid #747DF6">Div</div>
Questo div ha i bordi di colore 747DF6.
.myOpacity80 { color: #747DF6; opacity: 0.8; }
<p style="color:#747DF6;opacity:0.8;">80%</p>
Il testo di color #747DF6 e trasparenza 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #747DF6;}
<p style="text-shadow: 3px 3px 1px #747DF6">Text here.</p>
Questo testo ha l'ombra di colore #747DF6.
.textShadow {text-shadow: 3px 3px 1px #747DF6', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #747DF6, 5px 5px 20px red">Text here.</p>
Questo testo ha l'ombra del colore principale #747DF6 e del colore secondario rosso.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#747DF6, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#747DF6, Direction=45, Strength=4)">Text</p>
This text has shadow with #747DF6 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #747DF6;
-webkit-box-shadow: 1px 1px 3px 2px #747DF6;
box-shadow: 1px 1px 3px 2px #747DF6;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #747DF6; -webkit-box-shadow: 1px 1px 3px 2px #747DF6; box-shadow:1px 1px 3px 2px #747DF6;">
Div content here
</div>
Questo e il testo di colore #747DF6 sullo sfondo nero.
Questo e il testo di colore #747DF6 sullo sfondo bianco.
Questo è un testo nero sullo sfondo del colore #747DF6.
Questo è un testo bianco sullo sfondo del colore #747DF6.
Il colore complimentare del #hex è #8B8209..