color codes Logo

#d09ddc color codes

#D09DDC
(208,157,220)
0 Favorites   0 Comments

Color spaces of #d09ddc

RGB 208157220
HSL0.800.470.74
HSV289°29°86°
CMYK 0.050.290.00   0.14
XYZ50.987742.691173.2630
Yxy42.69110.30540.2557
Hunter Lab65.338424.9526-20.7441
CIE-Lab71.344829.7815-24.6610

#d09ddc color RGB value is (208,157,220).

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

The process color (four color CMYK) of #d09ddc color code is 0.05, 0.29, 0.00, 0.14. Web safe color of #d09ddc is #cc99cc. Color #d09ddc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 10011101 11011100
Octal 320 235 334
Decimal 208 157 220
Hex D0 9D DC

RGB Percentages of Color #d09ddc

%35.56
%26.84
%37.61

CMYK Percentages of Color #d09ddc

%5
%29
%0
%14

Triadic Colors of #d09ddc

#d09ddc #dcd09d #9ddcd0

Analogous Colors of #d09ddc

#d09ddc #dc9dc9 #b19ddc

Monochromatic Colors of #d09ddc

#d09ddc

Complementary Color

#d09ddc #a9dc9d

#d09ddc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d09ddc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d09ddc Color CSS Codes

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

#d09ddc Text Font Color

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

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


#d09ddc Background Color

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

This div background color is #d09ddc


#d09ddc Border Color

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

This div border color is #d09ddc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d09ddc


Comments

No comments written yet.

Please login to write comment.