Color Hex Logo

#c29fbf Color Hex

#C29FBF
(194,159,191)
0 Favorites   0 Comments

Color spaces of #c29fbf

RGB 194159191
HSL0.850.220.69
HSV305°18°76°
CMYK 0.000.180.02   0.24
XYZ44.050240.027254.6945
Yxy40.02720.31740.2884
Hunter Lab63.267113.5647-6.9694
CIE-Lab69.488918.4500-11.5910

#c29fbf color RGB value is (194,159,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000010 10011111 10111111
Octal 302 237 277
Decimal 194 159 191
Hex C2 9F BF

RGB Percentages of Color #c29fbf

%35.66
%29.23
%35.11

CMYK Percentages of Color #c29fbf

%0
%18
%2
%24

Triadic Colors of #c29fbf

#c29fbf #bfc29f #9fbfc2

Analogous Colors of #c29fbf

#c29fbf #c29fae #b49fc2

Monochromatic Colors of #c29fbf

#c29fbf

Complementary Color

#c29fbf #9fc2a2

#c29fbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c29fbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c29fbf Color CSS Codes

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

#c29fbf Text Font Color

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

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


#c29fbf Background Color

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

This div background color is #c29fbf


#c29fbf Border Color

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

This div border color is #c29fbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c29fbf


Comments

No comments written yet.

Please login to write comment.