Color Hex Logo

#c19faa Color Hex

#C19FAA
(193,159,170)
0 Favorites   0 Comments

Color spaces of #c19faa

RGB 193159170
HSL0.950.220.69
HSV341°18°76°
CMYK 0.000.180.12   0.24
XYZ41.646239.036043.3699
Yxy39.03600.33570.3147
Hunter Lab62.47889.64402.5788
CIE-Lab68.777314.3461-0.9864

#c19faa color RGB value is (193,159,170).

#c19faa hex color red value is 193, green value is 159 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #c19faa hue: 0.95 , saturation: 0.22 and the lightness value of c19faa is 0.69.

The process color (four color CMYK) of #c19faa color hex is 0.00, 0.18, 0.12, 0.24. Web safe color of #c19faa is #cc9999. Color #c19faa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 10011111 10101010
Octal 301 237 252
Decimal 193 159 170
Hex C1 9F AA

RGB Percentages of Color #c19faa

%36.97
%30.46
%32.57

CMYK Percentages of Color #c19faa

%0
%18
%12
%24

Triadic Colors of #c19faa

#c19faa #aac19f #9faac1

Analogous Colors of #c19faa

#c19faa #c1a59f #c19fbb

Monochromatic Colors of #c19faa

#c19faa

Complementary Color

#c19faa #9fc1b6

#c19faa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c19faa Color Preview on White Background

Lorem ipsum dolor sit amet.

#c19faa Color CSS Codes

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

#c19faa Text Font Color

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

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


#c19faa Background Color

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

This div background color is #c19faa


#c19faa Border Color

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

This div border color is #c19faa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c19faa


Comments

No comments written yet.

Please login to write comment.