Color Hex Logo

#c29eba Color Hex

#C29EBA
(194,158,186)
0 Favorites   0 Comments

Color spaces of #c29eba

RGB 194158186
HSL0.870.230.69
HSV313°19°76°
CMYK 0.000.190.04   0.24
XYZ43.337939.468251.7883
Yxy39.46820.32200.2932
Hunter Lab62.823713.1937-4.8987
CIE-Lab69.089118.0764-9.4130

#c29eba color RGB value is (194,158,186).

#c29eba hex color red value is 194, green value is 158 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #c29eba hue: 0.87 , saturation: 0.23 and the lightness value of c29eba is 0.69.

The process color (four color CMYK) of #c29eba color hex is 0.00, 0.19, 0.04, 0.24. Web safe color of #c29eba is #cc99cc. Color #c29eba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 10011110 10111010
Octal 302 236 272
Decimal 194 158 186
Hex C2 9E BA

RGB Percentages of Color #c29eba

%36.06
%29.37
%34.57

CMYK Percentages of Color #c29eba

%0
%19
%4
%24

Triadic Colors of #c29eba

#c29eba #bac29e #9ebac2

Analogous Colors of #c29eba

#c29eba #c29ea8 #b89ec2

Monochromatic Colors of #c29eba

#c29eba

Complementary Color

#c29eba #9ec2a6

#c29eba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c29eba Color Preview on White Background

Lorem ipsum dolor sit amet.

#c29eba Color CSS Codes

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

#c29eba Text Font Color

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

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


#c29eba Background Color

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

This div background color is #c29eba


#c29eba Border Color

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

This div border color is #c29eba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c29eba


Comments

No comments written yet.

Please login to write comment.