HEX: #7D3BB0
RGB: (125,59,176)
Il colore #7D3BB0 contiene principalmente il rosso e il blu. Per il #7D3BB0 il colore web safe è #663399 (#639).
Il colore 7D3BB0 in RGB è definito come 125,59,176
RGB: (125,59,176)
(49%, 23%, 69%)
R 125 da 255 = 49%
G 59 da 255 = 23%
B 176 da 255 = 69%
R + G + B ~ 47%. #7D3BB0 colore medio (né scuro né chiaro).
R + G + B = 125 + 59 + 176 = 360 (100%)
R 125 da 360 ~ 34.72%
G 59 da 360 ~ 16.39%
B 176 da 360 ~ 48.89'%
Il colore #7D3BB0 in CMYK è definito come 29,66,0,31.
CMYK: (29,66,0,31)
C29M66Y0K31 (29%, 66%, 0%, 31%)
(0.29 / 0.66 / 0.00 / 0.31)
Il #7D3BB0 nei modelli di colore popolari.
7D | 3B | B0 | |
---|---|---|---|
RGB | 125 | 59 | 176 |
HSL | 274° | 49.79% | 46.08% |
HSB/HSV | 274° | 66.48% | 69.02% |
CMYK | 28.98% | 66.48% | 0.00% |
30.98% |
Il #7D3BB0 nei modelli numerici popolari.
Esadicemale | 7D | 3B | B0 |
Decimale | 125 | 59 | 176 |
Binario | 1111101 | 111011 | 10110000 |
Ottale | 175 | 73 | 260 |
Tonalità scure del colore #7D3BB0
Tonalità chiare del colore #7D3BB0
Esempi dei codici css e html per gli elementi di colore #7D3BB0. Utilizzate rgb(125,59,176) anche al posto del codice hex.
.myTextColor { color: #7D3BB0; }
<p style="color:#7D3BB0">This sample text font color is #7D3BB0.</p>
Il colore di questo testo è #7D3BB0.
.myBgColor { background-color: #7D3BB0; }
<div style="background-color:#7D3BB0">Inner text</div>
Questo div ha lo sfondo di colore #7D3BB0.
.myBorderColor { border: 1px solid #7D3BB0; }
<div style="border:3px solid #7D3BB0">Div</div>
Questo div ha i bordi di colore 7D3BB0.
.myOpacity80 { color: #7D3BB0; opacity: 0.8; }
<p style="color:#7D3BB0;opacity:0.8;">80%</p>
Il testo di color #7D3BB0 e trasparenza 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #7D3BB0;}
<p style="text-shadow: 3px 3px 1px #7D3BB0">Text here.</p>
Questo testo ha l'ombra di colore #7D3BB0.
.textShadow {text-shadow: 3px 3px 1px #7D3BB0', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #7D3BB0, 5px 5px 20px red">Text here.</p>
Questo testo ha l'ombra del colore principale #7D3BB0 e del colore secondario rosso.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#7D3BB0, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#7D3BB0, Direction=45, Strength=4)">Text</p>
This text has shadow with #7D3BB0 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #7D3BB0;
-webkit-box-shadow: 1px 1px 3px 2px #7D3BB0;
box-shadow: 1px 1px 3px 2px #7D3BB0;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #7D3BB0; -webkit-box-shadow: 1px 1px 3px 2px #7D3BB0; box-shadow:1px 1px 3px 2px #7D3BB0;">
Div content here
</div>
Questo e il testo di colore #7D3BB0 sullo sfondo nero.
Questo e il testo di colore #7D3BB0 sullo sfondo bianco.
Questo è un testo nero sullo sfondo del colore #7D3BB0.
Questo è un testo bianco sullo sfondo del colore #7D3BB0.
Il colore complimentare del #hex è #82C44F..