Color Hex Logo

#d09ddd Color Hex

#D09DDD
(208,157,221)
0 Favorites   0 Comments

Color spaces of #d09ddd

RGB 208157221
HSL0.800.480.74
HSV288°29°87°
CMYK 0.060.290.00   0.13
XYZ51.120542.744373.9627
Yxy42.74430.30460.2547
Hunter Lab65.379125.1572-21.3088
CIE-Lab71.381129.9776-25.1546

#d09ddd color RGB value is (208,157,221).

#d09ddd hex color red value is 208, green value is 157 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #d09ddd hue: 0.80 , saturation: 0.48 and the lightness value of d09ddd is 0.74.

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

Base Numbers

BaseRedGreenBlue
Binary 11010000 10011101 11011101
Octal 320 235 335
Decimal 208 157 221
Hex D0 9D DD

RGB Percentages of Color #d09ddd

%35.49
%26.79
%37.71

CMYK Percentages of Color #d09ddd

%6
%29
%0
%13

Triadic Colors of #d09ddd

#d09ddd #ddd09d #9dddd0

Analogous Colors of #d09ddd

#d09ddd #dd9dca #b09ddd

Monochromatic Colors of #d09ddd

#d09ddd

Complementary Color

#d09ddd #aadd9d

#d09ddd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d09ddd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d09ddd Color CSS Codes

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

#d09ddd Text Font Color

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

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


#d09ddd Background Color

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

This div background color is #d09ddd


#d09ddd Border Color

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

This div border color is #d09ddd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(208,157,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 #d09ddd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d09ddd


Comments

No comments written yet.

Please login to write comment.