Color Hex Logo

#c29bcc Color Hex

#C29BCC
(194,155,204)
0 Favorites   0 Comments

Color spaces of #c29bcc

RGB 194155204
HSL0.800.320.70
HSV288°24°80°
CMYK 0.050.240.00   0.20
XYZ44.868639.271762.3421
Yxy39.27170.30630.2681
Hunter Lab62.667118.1355-15.1155
CIE-Lab68.947623.1647-19.6134

#c29bcc color RGB value is (194,155,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000010 10011011 11001100
Octal 302 233 314
Decimal 194 155 204
Hex C2 9B CC

RGB Percentages of Color #c29bcc

%35.08
%28.03
%36.89

CMYK Percentages of Color #c29bcc

%5
%24
%0
%20

Triadic Colors of #c29bcc

#c29bcc #ccc29b #9bccc2

Analogous Colors of #c29bcc

#c29bcc #cc9bbe #aa9bcc

Monochromatic Colors of #c29bcc

#c29bcc

Complementary Color

#c29bcc #a5cc9b

#c29bcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c29bcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c29bcc Color CSS Codes

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

#c29bcc Text Font Color

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

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


#c29bcc Background Color

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

This div background color is #c29bcc


#c29bcc Border Color

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

This div border color is #c29bcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c29bcc


Comments

No comments written yet.

Please login to write comment.