Color Hex Logo

#cc499a Color Hex

#CC499A
(204,73,154)
0 Favorites   0 Comments

Color spaces of #cc499a

RGB 20473154
HSL0.900.560.54
HSV323°64°80°
CMYK 0.000.640.25   0.20
XYZ33.117119.935632.6743
Yxy19.93560.38630.2325
Hunter Lab44.649354.2600-12.1338
CIE-Lab51.764359.7492-17.0644

#cc499a color RGB value is (204,73,154).

#cc499a hex color red value is 204, green value is 73 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #cc499a hue: 0.90 , saturation: 0.56 and the lightness value of cc499a is 0.54.

The process color (four color CMYK) of #cc499a color hex is 0.00, 0.64, 0.25, 0.20. Web safe color of #cc499a is #cc3399. Color #cc499a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 01001001 10011010
Octal 314 111 232
Decimal 204 73 154
Hex CC 49 9A

RGB Percentages of Color #cc499a

%47.33
%16.94
%35.73

CMYK Percentages of Color #cc499a

%0
%64
%25
%20

Triadic Colors of #cc499a

#cc499a #9acc49 #499acc

Analogous Colors of #cc499a

#cc499a #cc4959 #bd49cc

Monochromatic Colors of #cc499a

#cc499a

Complementary Color

#cc499a #49cc7b

#cc499a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc499a Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc499a Color CSS Codes

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

#cc499a Text Font Color

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

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


#cc499a Background Color

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

This div background color is #cc499a


#cc499a Border Color

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

This div border color is #cc499a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc499a


Comments

No comments written yet.

Please login to write comment.