HEX: #D08EDB
RGB: (208,142,219)
#D08EDB contains mainly red and blue colors. Web safe color of #D08EDB is #CC99CC (or #C9C).
#D08EDB color RGB value is (208,142,219).
RGB: (208,142,219)
(82%, 56%, 86%)
R 208 of 255 = 82%
G 142 of 255 = 56%
B 219 of 255 = 86%
R + G + B ~ 75%. #D08EDB is quite light color.
R + G + B = 208 + 142 + 219 = 569 (100%)
R 208 of 569 ~ 36.56%
G 142 of 569 ~ 24.96%
B 219 of 569 ~ 38.49'%
#D08EDB color CMYK value is (5,35,0,14).
CMYK: (5,35,0,14)
C5M35Y0K14 (5%, 35%, 0%, 14%)
(0.05 / 0.35 / 0.00 / 0.14)
Color #D08EDB in popluar color models
D0 | 8E | DB | |
---|---|---|---|
RGB | 208 | 142 | 219 |
HSL | 291° | 51.68% | 70.78% |
HSB/HSV | 291° | 35.16% | 85.88% |
CMYK | 5.02% | 35.16% | 0.00% |
14.12% |
Color #D08EDB in popluar number systems.
HEX | D0 | 8E | DB |
Decimal | 208 | 142 | 219 |
Binary | 11010000 | 10001110 | 11011011 |
Octal | 320 | 216 | 333 |
Shades of #D08EDB
Tints of #D08EDB
Examples of css and html codes for elements with #D08EDB color. Also use rgb(208,142,219) instead hex code.
.myTextColor { color: #D08EDB; }
<p style="color:#D08EDB">This sample text font color is #D08EDB.</p>
This text font color is #D08EDB.
.myBgColor { background-color: #D08EDB; }
<div style="background-color:#D08EDB">Inner text</div>
This div background color is #D08EDB.
.myBorderColor { border: 1px solid #D08EDB; }
<div style="border:3px solid #D08EDB">Div</div>
This div border color is #D08EDB.
.myOpacity80 { color: #D08EDB; opacity: 0.8; }
<p style="color:#D08EDB;opacity:0.8;">80%</p>
Text with #D08EDB color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #D08EDB;}
<p style="text-shadow: 3px 3px 1px #D08EDB">Text here.</p>
This text has shadow with #D08EDB color.
.textShadow {text-shadow: 3px 3px 1px #D08EDB', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #D08EDB, 5px 5px 20px red">Text here.</p>
This text has shadow with #D08EDB primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#D08EDB, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#D08EDB, Direction=45, Strength=4)">Text</p>
This text has shadow with #D08EDB and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #D08EDB;
-webkit-box-shadow: 1px 1px 3px 2px #D08EDB;
box-shadow: 1px 1px 3px 2px #D08EDB;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #D08EDB; -webkit-box-shadow: 1px 1px 3px 2px #D08EDB; box-shadow:1px 1px 3px 2px #D08EDB;">
Div content here
</div>
This text has color #D08EDB on black background.
This text has color #D08EDB on white background.
This text has black color on #D08EDB background.
This text has white color on #D08EDB background.
Complementary color for #hex is #2F7124.