Color Hex Logo

#d99dca Color Hex

#D99DCA
(217,157,202)
0 Favorites   0 Comments

Color spaces of #d99dca

RGB 217157202
HSL0.880.440.73
HSV315°28°85°
CMYK 0.000.280.07   0.15
XYZ51.332943.129961.4965
Yxy43.12990.32910.2765
Hunter Lab65.673424.5943-9.5478
CIE-Lab71.643029.4108-14.2118

#d99dca color RGB value is (217,157,202).

#d99dca hex color red value is 217, green value is 157 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #d99dca hue: 0.88 , saturation: 0.44 and the lightness value of d99dca is 0.73.

The process color (four color CMYK) of #d99dca color hex is 0.00, 0.28, 0.07, 0.15. Web safe color of #d99dca is #cc99cc. Color #d99dca contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 10011101 11001010
Octal 331 235 312
Decimal 217 157 202
Hex D9 9D CA

RGB Percentages of Color #d99dca

%37.67
%27.26
%35.07

CMYK Percentages of Color #d99dca

%0
%28
%7
%15

Triadic Colors of #d99dca

#d99dca #cad99d #9dcad9

Analogous Colors of #d99dca

#d99dca #d99dac #ca9dd9

Monochromatic Colors of #d99dca

#d99dca

Complementary Color

#d99dca #9dd9ac

#d99dca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d99dca Color Preview on White Background

Lorem ipsum dolor sit amet.

#d99dca Color CSS Codes

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

#d99dca Text Font Color

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

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


#d99dca Background Color

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

This div background color is #d99dca


#d99dca Border Color

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

This div border color is #d99dca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d99dca


Comments

No comments written yet.

Please login to write comment.