Color Hex Logo

#d19dad Color Hex

#D19DAD
(209,157,173)
0 Favorites   0 Comments

Color spaces of #d19dad

RGB 209157173
HSL0.950.360.72
HSV342°25°82°
CMYK 0.000.250.17   0.18
XYZ45.894340.686444.9695
Yxy40.68640.34890.3093
Hunter Lab63.785916.80642.8503
CIE-Lab69.955621.7640-0.7422

#d19dad color RGB value is (209,157,173).

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

The process color (four color CMYK) of #d19dad color hex is 0.00, 0.25, 0.17, 0.18. Web safe color of #d19dad is #cc9999. Color #d19dad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 10011101 10101101
Octal 321 235 255
Decimal 209 157 173
Hex D1 9D AD

RGB Percentages of Color #d19dad

%38.78
%29.13
%32.10

CMYK Percentages of Color #d19dad

%0
%25
%17
%18

Triadic Colors of #d19dad

#d19dad #add19d #9dadd1

Analogous Colors of #d19dad

#d19dad #d1a79d #d19dc7

Monochromatic Colors of #d19dad

#d19dad

Complementary Color

#d19dad #9dd1c1

#d19dad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d19dad Color Preview on White Background

Lorem ipsum dolor sit amet.

#d19dad Color CSS Codes

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

#d19dad Text Font Color

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

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


#d19dad Background Color

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

This div background color is #d19dad


#d19dad Border Color

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

This div border color is #d19dad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d19dad


Comments

No comments written yet.

Please login to write comment.