Color Hex Logo

#c19dad Color Hex

#C19DAD
(193,157,173)
0 Favorites   0 Comments

Color spaces of #c19dad

RGB 193157173
HSL0.930.230.69
HSV333°19°76°
CMYK 0.000.190.10   0.24
XYZ41.592138.468544.7682
Yxy38.46850.33320.3082
Hunter Lab62.023011.16040.6206
CIE-Lab68.364515.9610-3.2630

#c19dad color RGB value is (193,157,173).

#c19dad hex color red value is 193, green value is 157 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #c19dad hue: 0.93 , saturation: 0.23 and the lightness value of c19dad is 0.69.

The process color (four color CMYK) of #c19dad color hex is 0.00, 0.19, 0.10, 0.24. Web safe color of #c19dad is #cc9999. Color #c19dad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 10011101 10101101
Octal 301 235 255
Decimal 193 157 173
Hex C1 9D AD

RGB Percentages of Color #c19dad

%36.90
%30.02
%33.08

CMYK Percentages of Color #c19dad

%0
%19
%10
%24

Triadic Colors of #c19dad

#c19dad #adc19d #9dadc1

Analogous Colors of #c19dad

#c19dad #c19f9d #c19dbf

Monochromatic Colors of #c19dad

#c19dad

Complementary Color

#c19dad #9dc1b1

#c19dad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c19dad Color Preview on White Background

Lorem ipsum dolor sit amet.

#c19dad Color CSS Codes

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

#c19dad Text Font Color

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

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


#c19dad Background Color

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

This div background color is #c19dad


#c19dad Border Color

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

This div border color is #c19dad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c19dad


Comments

No comments written yet.

Please login to write comment.