Color Hex Logo

#c29fbd Color Hex

#C29FBD
(194,159,189)
0 Favorites   0 Comments

Color spaces of #c29fbd

RGB 194159189
HSL0.860.220.69
HSV309°18°76°
CMYK 0.000.180.03   0.24
XYZ43.831639.939753.5431
Yxy39.93970.31920.2909
Hunter Lab63.197913.2045-5.9937
CIE-Lab69.426618.0776-10.5749

#c29fbd color RGB value is (194,159,189).

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

The process color (four color CMYK) of #c29fbd color hex is 0.00, 0.18, 0.03, 0.24. Web safe color of #c29fbd is #cc99cc. Color #c29fbd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 10011111 10111101
Octal 302 237 275
Decimal 194 159 189
Hex C2 9F BD

RGB Percentages of Color #c29fbd

%35.79
%29.34
%34.87

CMYK Percentages of Color #c29fbd

%0
%18
%3
%24

Triadic Colors of #c29fbd

#c29fbd #bdc29f #9fbdc2

Analogous Colors of #c29fbd

#c29fbd #c29fac #b69fc2

Monochromatic Colors of #c29fbd

#c29fbd

Complementary Color

#c29fbd #9fc2a4

#c29fbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c29fbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c29fbd Color CSS Codes

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

#c29fbd Text Font Color

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

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


#c29fbd Background Color

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

This div background color is #c29fbd


#c29fbd Border Color

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

This div border color is #c29fbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c29fbd


Comments

No comments written yet.

Please login to write comment.