Color Hex Logo

#d08bdc Color Hex

#D08BDC
(208,139,220)
0 Favorites   0 Comments

Color spaces of #d08bdc

RGB 208139220
HSL0.810.540.70
HSV291°37°86°
CMYK 0.050.370.00   0.14
XYZ48.163337.042472.3216
Yxy37.04240.30570.2351
Hunter Lab60.862534.7460-27.8493
CIE-Lab67.308839.5335-30.8656

#d08bdc color RGB value is (208,139,220).

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

The process color (four color CMYK) of #d08bdc color hex is 0.05, 0.37, 0.00, 0.14. Web safe color of #d08bdc is #cc99cc. Color #d08bdc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 10001011 11011100
Octal 320 213 334
Decimal 208 139 220
Hex D0 8B DC

RGB Percentages of Color #d08bdc

%36.68
%24.51
%38.80

CMYK Percentages of Color #d08bdc

%5
%37
%0
%14

Triadic Colors of #d08bdc

#d08bdc #dcd08b #8bdcd0

Analogous Colors of #d08bdc

#d08bdc #dc8bc0 #a88bdc

Monochromatic Colors of #d08bdc

#d08bdc

Complementary Color

#d08bdc #97dc8b

#d08bdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d08bdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d08bdc Color CSS Codes

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

#d08bdc Text Font Color

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

This sample text font color is #d08bdc
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.


#d08bdc Background Color

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

This div background color is #d08bdc


#d08bdc Border Color

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

This div border color is #d08bdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d08bdc


Comments

No comments written yet.

Please login to write comment.