Color Hex Logo

#c29ecb Color Hex

#C29ECB
(194,158,203)
0 Favorites   0 Comments

Color spaces of #c29ecb

RGB 194158203
HSL0.800.300.71
HSV288°22°80°
CMYK 0.040.220.00   0.20
XYZ45.254540.234961.8808
Yxy40.23490.30710.2730
Hunter Lab63.431016.3457-13.4393
CIE-Lab69.636521.3083-18.0150

#c29ecb color RGB value is (194,158,203).

#c29ecb hex color red value is 194, green value is 158 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #c29ecb hue: 0.80 , saturation: 0.30 and the lightness value of c29ecb is 0.71.

The process color (four color CMYK) of #c29ecb color hex is 0.04, 0.22, 0.00, 0.20. Web safe color of #c29ecb is #cc99cc. Color #c29ecb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 10011110 11001011
Octal 302 236 313
Decimal 194 158 203
Hex C2 9E CB

RGB Percentages of Color #c29ecb

%34.95
%28.47
%36.58

CMYK Percentages of Color #c29ecb

%4
%22
%0
%20

Triadic Colors of #c29ecb

#c29ecb #cbc29e #9ecbc2

Analogous Colors of #c29ecb

#c29ecb #cb9ebe #ac9ecb

Monochromatic Colors of #c29ecb

#c29ecb

Complementary Color

#c29ecb #a7cb9e

#c29ecb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c29ecb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c29ecb Color CSS Codes

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

#c29ecb Text Font Color

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

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


#c29ecb Background Color

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

This div background color is #c29ecb


#c29ecb Border Color

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

This div border color is #c29ecb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c29ecb


Comments

No comments written yet.

Please login to write comment.