HEX: #D4BEFB
RGB: (212,190,251)
Il colore #D4BEFB contiene principalmente il rosso e il blu. Per il #D4BEFB il colore web safe è #CCCCFF (#CCF).
Il colore D4BEFB in RGB è definito come 212,190,251
RGB: (212,190,251) (83%,75%,98%)
R 212 da 255 = 83%
G 190 da 255 = 75%
B 251 da 255 = 98%
R + G + B ~ 85%. #D4BEFB colore abbastanza chiaro.
R + G + B =
212 + 190 + 251 = 653 (100%)
R 212 da 653 ~ 32.47%
G 190 da 653 ~ 29.1%
B 251 da 653 ~ 38.44%
Il colore #D4BEFB in CMYK è definito come 16,24,0,2.
CMYK: (16,24,0,2) C16M24Y0K2 (16%,24%,0%,2%) (0.16/0.24/0.00/0.02)
D4 | BE | FB | |
---|---|---|---|
RGB | 212 | 190 | 251 |
HSL | 262° | 88.41% | 86.47% |
HSB/HSV | 262° | 24.30% | 98.43% |
CMYK | 15.54% | 24.30% | 0.00% |
1.57% |
Esadicemale | D4 | BE | FB |
Decimale | 212 | 190 | 251 |
Binario | 11010100 | 10111110 | 11111011 |
Ottale | 324 | 276 | 373 |
Esempi dei codici css e html per gli elementi di colore #D4BEFB. Utilizzate rgb(212,190,251) anche al posto del codice hex.
.myTextColor { color: #D4BEFB; }
<p style="color:#D4BEFB">This sample text font color is #D4BEFB.</p>
Il colore di questo testo è #D4BEFB.
.myBgColor { background-color: #D4BEFB; }
<div style="background-color:#D4BEFB">Inner text</div>
Questo div ha lo sfondo di colore #D4BEFB.
.myBorderColor { border: 1px solid #D4BEFB; }
<div style="border:3px solid #D4BEFB">Div</div>
Questo div ha i bordi di colore D4BEFB.
.myOpacity80 { color: #D4BEFB; opacity: 0.8; }
<p style="color:#D4BEFB;opacity:0.8;">80%</p>
Il testo di color #D4BEFB e trasparenza 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #D4BEFB;}
<p style="text-shadow: 3px 3px 1px #D4BEFB">Text here.</p>
Questo testo ha l'ombra di colore #D4BEFB.
.textShadow {text-shadow: 3px 3px 1px #D4BEFB, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #D4BEFB, 5px 5px 20px red">Text here.</p>
Questo testo ha l'ombra del colore principale #D4BEFB e del colore secondario rosso.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#D4BEFB, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#D4BEFB, Direction=45, Strength=4)">Text</p>
This text has shadow with #D4BEFB and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #D4BEFB; -webkit-box-shadow: 1px 1px 3px 2px #D4BEFB; box-shadow: 1px 1px 3px 2px #D4BEFB; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #D4BEFB; -webkit-box-shadow: 1px 1px 3px 2px #D4BEFB; box-shadow:1px 1px 3px 2px #D4BEFB;">
Div content here</div>
Questo e il testo di colore #D4BEFB sullo sfondo nero.
Questo e il testo di colore #D4BEFB sullo sfondo bianco.
Questo è un testo nero sullo sfondo del colore #D4BEFB.
Questo è un testo bianco sullo sfondo del colore #D4BEFB.