Color Hex Logo

#c19dac Color Hex

#C19DAC
(193,157,172)
0 Favorites   0 Comments

Color spaces of #c19dac

RGB 193157172
HSL0.930.230.69
HSV335°19°76°
CMYK 0.000.190.11   0.24
XYZ41.495738.430044.2604
Yxy38.43000.33410.3095
Hunter Lab61.991910.99711.0631
CIE-Lab68.336315.7889-2.7471

#c19dac color RGB value is (193,157,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000001 10011101 10101100
Octal 301 235 254
Decimal 193 157 172
Hex C1 9D AC

RGB Percentages of Color #c19dac

%36.97
%30.08
%32.95

CMYK Percentages of Color #c19dac

%0
%19
%11
%24

Triadic Colors of #c19dac

#c19dac #acc19d #9dacc1

Analogous Colors of #c19dac

#c19dac #c1a09d #c19dbe

Monochromatic Colors of #c19dac

#c19dac

Complementary Color

#c19dac #9dc1b2

#c19dac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c19dac Color Preview on White Background

Lorem ipsum dolor sit amet.

#c19dac Color CSS Codes

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

#c19dac Text Font Color

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

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


#c19dac Background Color

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

This div background color is #c19dac


#c19dac Border Color

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

This div border color is #c19dac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c19dac


Comments

No comments written yet.

Please login to write comment.