Color Hex Logo

#d08bdd Color Hex

#D08BDD
(208,139,221)
0 Favorites   0 Comments

Color spaces of #d08bdd

RGB 208139221
HSL0.810.550.71
HSV290°37°87°
CMYK 0.060.370.00   0.13
XYZ48.296237.095673.0213
Yxy37.09560.30490.2342
Hunter Lab60.906234.9577-28.4494
CIE-Lab67.348739.7279-31.3579

#d08bdd color RGB value is (208,139,221).

#d08bdd hex color red value is 208, green value is 139 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #d08bdd hue: 0.81 , saturation: 0.55 and the lightness value of d08bdd is 0.71.

The process color (four color CMYK) of #d08bdd color hex is 0.06, 0.37, 0.00, 0.13. Web safe color of #d08bdd is #cc99cc. Color #d08bdd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 10001011 11011101
Octal 320 213 335
Decimal 208 139 221
Hex D0 8B DD

RGB Percentages of Color #d08bdd

%36.62
%24.47
%38.91

CMYK Percentages of Color #d08bdd

%6
%37
%0
%13

Triadic Colors of #d08bdd

#d08bdd #ddd08b #8bddd0

Analogous Colors of #d08bdd

#d08bdd #dd8bc1 #a78bdd

Monochromatic Colors of #d08bdd

#d08bdd

Complementary Color

#d08bdd #98dd8b

#d08bdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d08bdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d08bdd Color CSS Codes

.mybgcolor {background-color:#d08bdd; } 
.myforecolor {color:#d08bdd; }
.mybordercolor {border:3px solid #d08bdd; }

#d08bdd Text Font Color

<p style="color:#d08bdd">Text here</p>

This sample text font color is #d08bdd
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#d08bdd Background Color

<div style="background-color:#d08bdd">
Div content here</div>

This div background color is #d08bdd


#d08bdd Border Color

<div style="border:3px solid #d08bdd">
Div here</div>

This div border color is #d08bdd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(208,139,221, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d08bdd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d08bdd;
  -webkit-box-shadow: 1px 1px 3px 2px #d08bdd;
  box-shadow:         1px 1px 3px 2px #d08bdd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(208,139,221, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #d08bdd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #d08bdd;
  -webkit-box-shadow: 1px 1px 3px 2px #d08bdd;
  box-shadow:         1px 1px 3px 2px #d08bdd;">
Div content here</div>

This div box has shadow with color #d08bdd


Comments

No comments written yet.

Please login to write comment.