HEX: #887DCE
RGB: (136,125,206)
Il colore #887DCE contiene principalmente il blu. Per il #887DCE il colore web safe è #9966CC (#96C).
Il colore 887DCE in RGB è definito come 136,125,206
RGB: (136,125,206) (53%,49%,81%)
R 136 da 255 = 53%
G 125 da 255 = 49%
B 206 da 255 = 81%
R + G + B ~ 61%. #887DCE colore abbastanza chiaro.
R + G + B =
136 + 125 + 206 = 467 (100%)
R 136 da 467 ~ 29.12%
G 125 da 467 ~ 26.77%
B 206 da 467 ~ 44.11%
Il colore #887DCE in CMYK è definito come 34,39,0,19.
CMYK: (34,39,0,19) C34M39Y0K19 (34%,39%,0%,19%) (0.34/0.39/0.00/0.19)
88 | 7D | CE | |
---|---|---|---|
RGB | 136 | 125 | 206 |
HSL | 248° | 45.25% | 64.90% |
HSB/HSV | 248° | 39.32% | 80.78% |
CMYK | 33.98% | 39.32% | 0.00% |
19.22% |
Esadicemale | 88 | 7D | CE |
Decimale | 136 | 125 | 206 |
Binario | 10001000 | 1111101 | 11001110 |
Ottale | 210 | 175 | 316 |
Esempi dei codici css e html per gli elementi di colore #887DCE. Utilizzate rgb(136,125,206) anche al posto del codice hex.
.myTextColor { color: #887DCE; }
<p style="color:#887DCE">This sample text font color is #887DCE.</p>
Il colore di questo testo è #887DCE.
.myBgColor { background-color: #887DCE; }
<div style="background-color:#887DCE">Inner text</div>
Questo div ha lo sfondo di colore #887DCE.
.myBorderColor { border: 1px solid #887DCE; }
<div style="border:3px solid #887DCE">Div</div>
Questo div ha i bordi di colore 887DCE.
.myOpacity80 { color: #887DCE; opacity: 0.8; }
<p style="color:#887DCE;opacity:0.8;">80%</p>
Il testo di color #887DCE e trasparenza 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #887DCE;}
<p style="text-shadow: 3px 3px 1px #887DCE">Text here.</p>
Questo testo ha l'ombra di colore #887DCE.
.textShadow {text-shadow: 3px 3px 1px #887DCE, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #887DCE, 5px 5px 20px red">Text here.</p>
Questo testo ha l'ombra del colore principale #887DCE e del colore secondario rosso.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#887DCE, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#887DCE, Direction=45, Strength=4)">Text</p>
This text has shadow with #887DCE and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #887DCE; -webkit-box-shadow: 1px 1px 3px 2px #887DCE; box-shadow: 1px 1px 3px 2px #887DCE; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #887DCE; -webkit-box-shadow: 1px 1px 3px 2px #887DCE; box-shadow:1px 1px 3px 2px #887DCE;">
Div content here</div>
Questo e il testo di colore #887DCE sullo sfondo nero.
Questo e il testo di colore #887DCE sullo sfondo bianco.
Questo è un testo nero sullo sfondo del colore #887DCE.
Questo è un testo bianco sullo sfondo del colore #887DCE.