Color Hex Logo

#c29caf Color Hex

#C29CAF
(194,156,175)
0 Favorites   0 Comments

Color spaces of #c29caf

RGB 194156175
HSL0.920.240.69
HSV330°20°76°
CMYK 0.000.200.10   0.24
XYZ41.874538.341445.7510
Yxy38.34140.33240.3044
Hunter Lab61.920412.3522-0.4632
CIE-Lab68.271517.2192-4.5038

#c29caf color RGB value is (194,156,175).

#c29caf hex color red value is 194, green value is 156 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #c29caf hue: 0.92 , saturation: 0.24 and the lightness value of c29caf is 0.69.

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

Base Numbers

BaseRedGreenBlue
Binary 11000010 10011100 10101111
Octal 302 234 257
Decimal 194 156 175
Hex C2 9C AF

RGB Percentages of Color #c29caf

%36.95
%29.71
%33.33

CMYK Percentages of Color #c29caf

%0
%20
%10
%24

Triadic Colors of #c29caf

#c29caf #afc29c #9cafc2

Analogous Colors of #c29caf

#c29caf #c29c9c #c29cc2

Monochromatic Colors of #c29caf

#c29caf

Complementary Color

#c29caf #9cc2af

#c29caf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c29caf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c29caf Color CSS Codes

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

#c29caf Text Font Color

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

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


#c29caf Background Color

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

This div background color is #c29caf


#c29caf Border Color

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

This div border color is #c29caf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(194,156,175, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c29caf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c29caf;
  -webkit-box-shadow: 1px 1px 3px 2px #c29caf;
  box-shadow:         1px 1px 3px 2px #c29caf; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(194,156,175, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c29caf


Comments

No comments written yet.

Please login to write comment.