HEX: #6D1E52
RGB: (109,30,82)
Il colore #6D1E52 contiene principalmente il rosso e il blu. Per il #6D1E52 il colore web safe è #663366 (#636).
Il colore 6D1E52 in RGB è definito come 109,30,82
RGB: (109,30,82) (43%,12%,32%)
R 109 da 255 = 43%
G 30 da 255 = 12%
B 82 da 255 = 32%
R + G + B ~ 29%. #6D1E52 colore abbastanza scuro.
R + G + B =
109 + 30 + 82 = 221 (100%)
R 109 da 221 ~ 49.32%
G 30 da 221 ~ 13.57%
B 82 da 221 ~ 37.1%
Il colore #6D1E52 in CMYK è definito come 0,72,25,57.
CMYK: (0,72,25,57) C0M72Y25K57 (0%,72%,25%,57%) (0.00/0.72/0.25/0.57)
6D | 1E | 52 | |
---|---|---|---|
RGB | 109 | 30 | 82 |
HSL | 321° | 56.83% | 27.25% |
HSB/HSV | 321° | 72.48% | 42.75% |
CMYK | 0.00% | 72.48% | 24.77% |
57.25% |
Esadicemale | 6D | 1E | 52 |
Decimale | 109 | 30 | 82 |
Binario | 1101101 | 11110 | 1010010 |
Ottale | 155 | 36 | 122 |
Esempi dei codici css e html per gli elementi di colore #6D1E52. Utilizzate rgb(109,30,82) anche al posto del codice hex.
.myTextColor { color: #6D1E52; }
<p style="color:#6D1E52">This sample text font color is #6D1E52.</p>
Il colore di questo testo è #6D1E52.
.myBgColor { background-color: #6D1E52; }
<div style="background-color:#6D1E52">Inner text</div>
Questo div ha lo sfondo di colore #6D1E52.
.myBorderColor { border: 1px solid #6D1E52; }
<div style="border:3px solid #6D1E52">Div</div>
Questo div ha i bordi di colore 6D1E52.
.myOpacity80 { color: #6D1E52; opacity: 0.8; }
<p style="color:#6D1E52;opacity:0.8;">80%</p>
Il testo di color #6D1E52 e trasparenza 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #6D1E52;}
<p style="text-shadow: 3px 3px 1px #6D1E52">Text here.</p>
Questo testo ha l'ombra di colore #6D1E52.
.textShadow {text-shadow: 3px 3px 1px #6D1E52, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #6D1E52, 5px 5px 20px red">Text here.</p>
Questo testo ha l'ombra del colore principale #6D1E52 e del colore secondario rosso.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#6D1E52, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#6D1E52, Direction=45, Strength=4)">Text</p>
This text has shadow with #6D1E52 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #6D1E52; -webkit-box-shadow: 1px 1px 3px 2px #6D1E52; box-shadow: 1px 1px 3px 2px #6D1E52; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #6D1E52; -webkit-box-shadow: 1px 1px 3px 2px #6D1E52; box-shadow:1px 1px 3px 2px #6D1E52;">
Div content here</div>
Questo e il testo di colore #6D1E52 sullo sfondo nero.
Questo e il testo di colore #6D1E52 sullo sfondo bianco.
Questo è un testo nero sullo sfondo del colore #6D1E52.
Questo è un testo bianco sullo sfondo del colore #6D1E52.