Color Hex Logo

#c99dad Color Hex

#C99DAD
(201,157,173)
0 Favorites   0 Comments

Color spaces of #c99dad

RGB 201157173
HSL0.940.290.70
HSV338°22°79°
CMYK 0.000.220.14   0.21
XYZ43.687239.548644.8662
Yxy39.54860.34100.3087
Hunter Lab62.887713.94801.7219
CIE-Lab69.146818.8587-2.0226

#c99dad color RGB value is (201,157,173).

#c99dad hex color red value is 201, green value is 157 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #c99dad hue: 0.94 , saturation: 0.29 and the lightness value of c99dad is 0.70.

The process color (four color CMYK) of #c99dad color hex is 0.00, 0.22, 0.14, 0.21. Web safe color of #c99dad is #cc9999. Color #c99dad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 10011101 10101101
Octal 311 235 255
Decimal 201 157 173
Hex C9 9D AD

RGB Percentages of Color #c99dad

%37.85
%29.57
%32.58

CMYK Percentages of Color #c99dad

%0
%22
%14
%21

Triadic Colors of #c99dad

#c99dad #adc99d #9dadc9

Analogous Colors of #c99dad

#c99dad #c9a39d #c99dc3

Monochromatic Colors of #c99dad

#c99dad

Complementary Color

#c99dad #9dc9b9

#c99dad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c99dad Color Preview on White Background

Lorem ipsum dolor sit amet.

#c99dad Color CSS Codes

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

#c99dad Text Font Color

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

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


#c99dad Background Color

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

This div background color is #c99dad


#c99dad Border Color

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

This div border color is #c99dad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c99dad


Comments

No comments written yet.

Please login to write comment.