Color Hex Logo

#c29ccc Color Hex

#C29CCC
(194,156,204)
0 Favorites   0 Comments

Color spaces of #c29ccc

RGB 194156204
HSL0.800.320.71
HSV288°24°80°
CMYK 0.050.240.00   0.20
XYZ45.035739.605962.3978
Yxy39.60590.30630.2694
Hunter Lab62.933217.6034-14.7323
CIE-Lab69.187922.6116-19.2486

#c29ccc color RGB value is (194,156,204).

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

The process color (four color CMYK) of #c29ccc color hex is 0.05, 0.24, 0.00, 0.20. Web safe color of #c29ccc is #cc99cc. Color #c29ccc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 10011100 11001100
Octal 302 234 314
Decimal 194 156 204
Hex C2 9C CC

RGB Percentages of Color #c29ccc

%35.02
%28.16
%36.82

CMYK Percentages of Color #c29ccc

%5
%24
%0
%20

Triadic Colors of #c29ccc

#c29ccc #ccc29c #9cccc2

Analogous Colors of #c29ccc

#c29ccc #cc9cbe #aa9ccc

Monochromatic Colors of #c29ccc

#c29ccc

Complementary Color

#c29ccc #a6cc9c

#c29ccc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c29ccc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c29ccc Color CSS Codes

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

#c29ccc Text Font Color

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

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


#c29ccc Background Color

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

This div background color is #c29ccc


#c29ccc Border Color

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

This div border color is #c29ccc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c29ccc


Comments

No comments written yet.

Please login to write comment.