Color Hex Logo

#d39dca Color Hex

#D39DCA
(211,157,202)
0 Favorites   0 Comments

Color spaces of #d39dca

RGB 211157202
HSL0.860.380.72
HSV310°26°83°
CMYK 0.000.260.04   0.17
XYZ49.581642.227161.4145
Yxy42.22710.32360.2756
Hunter Lab64.982422.4764-10.5470
CIE-Lab71.027227.3810-15.2001

#d39dca color RGB value is (211,157,202).

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

The process color (four color CMYK) of #d39dca color hex is 0.00, 0.26, 0.04, 0.17. Web safe color of #d39dca is #cc99cc. Color #d39dca contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010011 10011101 11001010
Octal 323 235 312
Decimal 211 157 202
Hex D3 9D CA

RGB Percentages of Color #d39dca

%37.02
%27.54
%35.44

CMYK Percentages of Color #d39dca

%0
%26
%4
%17

Triadic Colors of #d39dca

#d39dca #cad39d #9dcad3

Analogous Colors of #d39dca

#d39dca #d39daf #c19dd3

Monochromatic Colors of #d39dca

#d39dca

Complementary Color

#d39dca #9dd3a6

#d39dca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d39dca Color Preview on White Background

Lorem ipsum dolor sit amet.

#d39dca Color CSS Codes

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

#d39dca Text Font Color

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

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


#d39dca Background Color

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

This div background color is #d39dca


#d39dca Border Color

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

This div border color is #d39dca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d39dca


Comments

No comments written yet.

Please login to write comment.