Color Hex Logo

#c49ccc Color Hex

#C49CCC
(196,156,204)
0 Favorites   0 Comments

Color spaces of #c49ccc

RGB 196156204
HSL0.810.320.71
HSV290°24°80°
CMYK 0.040.240.00   0.20
XYZ45.552539.872362.4220
Yxy39.87230.30810.2697
Hunter Lab63.144518.2671-14.4104
CIE-Lab69.378523.2756-18.9415

#c49ccc color RGB value is (196,156,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000100 10011100 11001100
Octal 304 234 314
Decimal 196 156 204
Hex C4 9C CC

RGB Percentages of Color #c49ccc

%35.25
%28.06
%36.69

CMYK Percentages of Color #c49ccc

%4
%24
%0
%20

Triadic Colors of #c49ccc

#c49ccc #ccc49c #9cccc4

Analogous Colors of #c49ccc

#c49ccc #cc9cbc #ac9ccc

Monochromatic Colors of #c49ccc

#c49ccc

Complementary Color

#c49ccc #a4cc9c

#c49ccc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c49ccc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c49ccc Color CSS Codes

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

#c49ccc Text Font Color

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

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


#c49ccc Background Color

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

This div background color is #c49ccc


#c49ccc Border Color

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

This div border color is #c49ccc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c49ccc


Comments

No comments written yet.

Please login to write comment.