Color Hex Logo

#d19dca Color Hex

#D19DCA
(209,157,202)
0 Favorites   0 Comments

Color spaces of #d19dca

RGB 209157202
HSL0.860.360.72
HSV308°25°82°
CMYK 0.000.250.03   0.18
XYZ49.012141.933561.3879
Yxy41.93350.32170.2753
Hunter Lab64.756121.7786-10.8769
CIE-Lab70.825026.7054-15.5248

#d19dca color RGB value is (209,157,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010001 10011101 11001010
Octal 321 235 312
Decimal 209 157 202
Hex D1 9D CA

RGB Percentages of Color #d19dca

%36.80
%27.64
%35.56

CMYK Percentages of Color #d19dca

%0
%25
%3
%18

Triadic Colors of #d19dca

#d19dca #cad19d #9dcad1

Analogous Colors of #d19dca

#d19dca #d19db0 #be9dd1

Monochromatic Colors of #d19dca

#d19dca

Complementary Color

#d19dca #9dd1a4

#d19dca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d19dca Color Preview on White Background

Lorem ipsum dolor sit amet.

#d19dca Color CSS Codes

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

#d19dca Text Font Color

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

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


#d19dca Background Color

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

This div background color is #d19dca


#d19dca Border Color

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

This div border color is #d19dca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d19dca


Comments

No comments written yet.

Please login to write comment.