Color Hex Logo

#c29fbc Color Hex

#C29FBC
(194,159,188)
0 Favorites   0 Comments

Color spaces of #c29fbc

RGB 194159188
HSL0.860.220.69
HSV310°18°76°
CMYK 0.000.180.03   0.24
XYZ43.723439.896452.9733
Yxy39.89640.32010.2921
Hunter Lab63.163613.0258-5.5101
CIE-Lab69.395717.8925-10.0662

#c29fbc color RGB value is (194,159,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000010 10011111 10111100
Octal 302 237 274
Decimal 194 159 188
Hex C2 9F BC

RGB Percentages of Color #c29fbc

%35.86
%29.39
%34.75

CMYK Percentages of Color #c29fbc

%0
%18
%3
%24

Triadic Colors of #c29fbc

#c29fbc #bcc29f #9fbcc2

Analogous Colors of #c29fbc

#c29fbc #c29fab #b79fc2

Monochromatic Colors of #c29fbc

#c29fbc

Complementary Color

#c29fbc #9fc2a5

#c29fbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c29fbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c29fbc Color CSS Codes

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

#c29fbc Text Font Color

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

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


#c29fbc Background Color

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

This div background color is #c29fbc


#c29fbc Border Color

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

This div border color is #c29fbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c29fbc


Comments

No comments written yet.

Please login to write comment.