Color Hex Logo

#c29ccb Color Hex

#C29CCB
(194,156,203)
0 Favorites   0 Comments

Color spaces of #c29ccb

RGB 194156203
HSL0.800.310.70
HSV289°23°80°
CMYK 0.040.230.00   0.20
XYZ44.916139.558161.7680
Yxy39.55810.30710.2705
Hunter Lab62.895217.4076-14.2007
CIE-Lab69.153622.4141-18.7469

#c29ccb color RGB value is (194,156,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000010 10011100 11001011
Octal 302 234 313
Decimal 194 156 203
Hex C2 9C CB

RGB Percentages of Color #c29ccb

%35.08
%28.21
%36.71

CMYK Percentages of Color #c29ccb

%4
%23
%0
%20

Triadic Colors of #c29ccb

#c29ccb #cbc29c #9ccbc2

Analogous Colors of #c29ccb

#c29ccb #cb9cbd #ab9ccb

Monochromatic Colors of #c29ccb

#c29ccb

Complementary Color

#c29ccb #a5cb9c

#c29ccb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c29ccb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c29ccb Color CSS Codes

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

#c29ccb Text Font Color

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

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


#c29ccb Background Color

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

This div background color is #c29ccb


#c29ccb Border Color

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

This div border color is #c29ccb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(194,156,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 #c29ccb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c29ccb


Comments

No comments written yet.

Please login to write comment.