HEX: #761DB6
RGB: (118,29,182)
Il colore #761DB6 contiene principalmente il blu. Per il #761DB6 il colore web safe è #6633CC (#63C).
Il colore 761DB6 in RGB è definito come 118,29,182
RGB: (118,29,182) (46%,11%,71%)
R 118 da 255 = 46%
G 29 da 255 = 11%
B 182 da 255 = 71%
R + G + B ~ 43%. #761DB6 colore medio (né scuro né chiaro).
R + G + B =
118 + 29 + 182 = 329 (100%)
R 118 da 329 ~ 35.87%
G 29 da 329 ~ 8.81%
B 182 da 329 ~ 55.32%
Il colore #761DB6 in CMYK è definito come 35,84,0,29.
CMYK: (35,84,0,29) C35M84Y0K29 (35%,84%,0%,29%) (0.35/0.84/0.00/0.29)
76 | 1D | B6 | |
---|---|---|---|
RGB | 118 | 29 | 182 |
HSL | 275° | 72.51% | 41.37% |
HSB/HSV | 275° | 84.07% | 71.37% |
CMYK | 35.16% | 84.07% | 0.00% |
28.63% |
Esadicemale | 76 | 1D | B6 |
Decimale | 118 | 29 | 182 |
Binario | 1110110 | 11101 | 10110110 |
Ottale | 166 | 35 | 266 |
Esempi dei codici css e html per gli elementi di colore #761DB6. Utilizzate rgb(118,29,182) anche al posto del codice hex.
.myTextColor { color: #761DB6; }
<p style="color:#761DB6">This sample text font color is #761DB6.</p>
Il colore di questo testo è #761DB6.
.myBgColor { background-color: #761DB6; }
<div style="background-color:#761DB6">Inner text</div>
Questo div ha lo sfondo di colore #761DB6.
.myBorderColor { border: 1px solid #761DB6; }
<div style="border:3px solid #761DB6">Div</div>
Questo div ha i bordi di colore 761DB6.
.myOpacity80 { color: #761DB6; opacity: 0.8; }
<p style="color:#761DB6;opacity:0.8;">80%</p>
Il testo di color #761DB6 e trasparenza 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #761DB6;}
<p style="text-shadow: 3px 3px 1px #761DB6">Text here.</p>
Questo testo ha l'ombra di colore #761DB6.
.textShadow {text-shadow: 3px 3px 1px #761DB6, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #761DB6, 5px 5px 20px red">Text here.</p>
Questo testo ha l'ombra del colore principale #761DB6 e del colore secondario rosso.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#761DB6, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#761DB6, Direction=45, Strength=4)">Text</p>
This text has shadow with #761DB6 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #761DB6; -webkit-box-shadow: 1px 1px 3px 2px #761DB6; box-shadow: 1px 1px 3px 2px #761DB6; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #761DB6; -webkit-box-shadow: 1px 1px 3px 2px #761DB6; box-shadow:1px 1px 3px 2px #761DB6;">
Div content here</div>
Questo e il testo di colore #761DB6 sullo sfondo nero.
Questo e il testo di colore #761DB6 sullo sfondo bianco.
Questo è un testo nero sullo sfondo del colore #761DB6.
Questo è un testo bianco sullo sfondo del colore #761DB6.