Color Hex Logo

#d09dca Color Hex

#D09DCA
(208,157,202)
0 Favorites   0 Comments

Color spaces of #d09dca

RGB 208157202
HSL0.850.350.72
HSV307°25°82°
CMYK 0.000.250.03   0.18
XYZ48.730141.788161.3747
Yxy41.78810.32080.2751
Hunter Lab64.643721.4314-11.0411
CIE-Lab70.724626.3680-15.6862

#d09dca color RGB value is (208,157,202).

#d09dca hex color red value is 208, green value is 157 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #d09dca hue: 0.85 , saturation: 0.35 and the lightness value of d09dca is 0.72.

The process color (four color CMYK) of #d09dca color hex is 0.00, 0.25, 0.03, 0.18. Web safe color of #d09dca is #cc99cc. Color #d09dca contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 10011101 11001010
Octal 320 235 312
Decimal 208 157 202
Hex D0 9D CA

RGB Percentages of Color #d09dca

%36.68
%27.69
%35.63

CMYK Percentages of Color #d09dca

%0
%25
%3
%18

Triadic Colors of #d09dca

#d09dca #cad09d #9dcad0

Analogous Colors of #d09dca

#d09dca #d09db1 #bd9dd0

Monochromatic Colors of #d09dca

#d09dca

Complementary Color

#d09dca #9dd0a3

#d09dca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d09dca Color Preview on White Background

Lorem ipsum dolor sit amet.

#d09dca Color CSS Codes

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

#d09dca Text Font Color

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

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


#d09dca Background Color

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

This div background color is #d09dca


#d09dca Border Color

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

This div border color is #d09dca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d09dca


Comments

No comments written yet.

Please login to write comment.