HEX: #7E2D87
RGB: (126,45,135)
Il colore #7E2D87 contiene principalmente il rosso e il blu. Per il #7E2D87 il colore web safe è #663399 (#639).
Il colore 7E2D87 in RGB è definito come 126,45,135
RGB: (126,45,135) (49%,18%,53%)
R 126 da 255 = 49%
G 45 da 255 = 18%
B 135 da 255 = 53%
R + G + B ~ 40%. #7E2D87 colore medio (né scuro né chiaro).
R + G + B =
126 + 45 + 135 = 306 (100%)
R 126 da 306 ~ 41.18%
G 45 da 306 ~ 14.71%
B 135 da 306 ~ 44.12%
Il colore #7E2D87 in CMYK è definito come 7,67,0,47.
CMYK: (7,67,0,47) C7M67Y0K47 (7%,67%,0%,47%) (0.07/0.67/0.00/0.47)
7E | 2D | 87 | |
---|---|---|---|
RGB | 126 | 45 | 135 |
HSL | 294° | 50.00% | 35.29% |
HSB/HSV | 294° | 66.67% | 52.94% |
CMYK | 6.67% | 66.67% | 0.00% |
47.06% |
Esadicemale | 7E | 2D | 87 |
Decimale | 126 | 45 | 135 |
Binario | 1111110 | 101101 | 10000111 |
Ottale | 176 | 55 | 207 |
Esempi dei codici css e html per gli elementi di colore #7E2D87. Utilizzate rgb(126,45,135) anche al posto del codice hex.
.myTextColor { color: #7E2D87; }
<p style="color:#7E2D87">This sample text font color is #7E2D87.</p>
Il colore di questo testo è #7E2D87.
.myBgColor { background-color: #7E2D87; }
<div style="background-color:#7E2D87">Inner text</div>
Questo div ha lo sfondo di colore #7E2D87.
.myBorderColor { border: 1px solid #7E2D87; }
<div style="border:3px solid #7E2D87">Div</div>
Questo div ha i bordi di colore 7E2D87.
.myOpacity80 { color: #7E2D87; opacity: 0.8; }
<p style="color:#7E2D87;opacity:0.8;">80%</p>
Il testo di color #7E2D87 e trasparenza 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #7E2D87;}
<p style="text-shadow: 3px 3px 1px #7E2D87">Text here.</p>
Questo testo ha l'ombra di colore #7E2D87.
.textShadow {text-shadow: 3px 3px 1px #7E2D87, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #7E2D87, 5px 5px 20px red">Text here.</p>
Questo testo ha l'ombra del colore principale #7E2D87 e del colore secondario rosso.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#7E2D87, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#7E2D87, Direction=45, Strength=4)">Text</p>
This text has shadow with #7E2D87 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #7E2D87; -webkit-box-shadow: 1px 1px 3px 2px #7E2D87; box-shadow: 1px 1px 3px 2px #7E2D87; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #7E2D87; -webkit-box-shadow: 1px 1px 3px 2px #7E2D87; box-shadow:1px 1px 3px 2px #7E2D87;">
Div content here</div>
Questo e il testo di colore #7E2D87 sullo sfondo nero.
Questo e il testo di colore #7E2D87 sullo sfondo bianco.
Questo è un testo nero sullo sfondo del colore #7E2D87.
Questo è un testo bianco sullo sfondo del colore #7E2D87.