HEX: #747DC8
RGB: (116,125,200)
Il colore #747DC8 contiene principalmente il blu. Per il #747DC8 il colore web safe è #6666CC (#66C).
Il colore 747DC8 in RGB è definito come 116,125,200
RGB: (116,125,200) (45%,49%,78%)
R 116 da 255 = 45%
G 125 da 255 = 49%
B 200 da 255 = 78%
R + G + B ~ 57%. #747DC8 colore medio (né scuro né chiaro).
R + G + B =
116 + 125 + 200 = 441 (100%)
R 116 da 441 ~ 26.3%
G 125 da 441 ~ 28.34%
B 200 da 441 ~ 45.35%
Il colore #747DC8 in CMYK è definito come 42,38,0,22.
CMYK: (42,38,0,22) C42M38Y0K22 (42%,38%,0%,22%) (0.42/0.38/0.00/0.22)
74 | 7D | C8 | |
---|---|---|---|
RGB | 116 | 125 | 200 |
HSL | 234° | 43.30% | 61.96% |
HSB/HSV | 234° | 42.00% | 78.43% |
CMYK | 42.00% | 37.50% | 0.00% |
21.57% |
Esadicemale | 74 | 7D | C8 |
Decimale | 116 | 125 | 200 |
Binario | 1110100 | 1111101 | 11001000 |
Ottale | 164 | 175 | 310 |
Esempi dei codici css e html per gli elementi di colore #747DC8. Utilizzate rgb(116,125,200) anche al posto del codice hex.
.myTextColor { color: #747DC8; }
<p style="color:#747DC8">This sample text font color is #747DC8.</p>
Il colore di questo testo è #747DC8.
.myBgColor { background-color: #747DC8; }
<div style="background-color:#747DC8">Inner text</div>
Questo div ha lo sfondo di colore #747DC8.
.myBorderColor { border: 1px solid #747DC8; }
<div style="border:3px solid #747DC8">Div</div>
Questo div ha i bordi di colore 747DC8.
.myOpacity80 { color: #747DC8; opacity: 0.8; }
<p style="color:#747DC8;opacity:0.8;">80%</p>
Il testo di color #747DC8 e trasparenza 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #747DC8;}
<p style="text-shadow: 3px 3px 1px #747DC8">Text here.</p>
Questo testo ha l'ombra di colore #747DC8.
.textShadow {text-shadow: 3px 3px 1px #747DC8, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #747DC8, 5px 5px 20px red">Text here.</p>
Questo testo ha l'ombra del colore principale #747DC8 e del colore secondario rosso.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#747DC8, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#747DC8, Direction=45, Strength=4)">Text</p>
This text has shadow with #747DC8 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #747DC8; -webkit-box-shadow: 1px 1px 3px 2px #747DC8; box-shadow: 1px 1px 3px 2px #747DC8; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #747DC8; -webkit-box-shadow: 1px 1px 3px 2px #747DC8; box-shadow:1px 1px 3px 2px #747DC8;">
Div content here</div>
Questo e il testo di colore #747DC8 sullo sfondo nero.
Questo e il testo di colore #747DC8 sullo sfondo bianco.
Questo è un testo nero sullo sfondo del colore #747DC8.
Questo è un testo bianco sullo sfondo del colore #747DC8.