Color Hex Logo

#cc609a Color Hex

#CC609A
(204,96,154)
0 Favorites   0 Comments

Color spaces of #cc609a

RGB 20496154
HSL0.910.510.59
HSV328°53°80°
CMYK 0.000.530.25   0.20
XYZ34.917423.536233.2744
Yxy23.53620.38070.2566
Hunter Lab48.514143.5733-6.7054
CIE-Lab55.620449.3915-11.2307

#cc609a color RGB value is (204,96,154).

#cc609a hex color red value is 204, green value is 96 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #cc609a hue: 0.91 , saturation: 0.51 and the lightness value of cc609a is 0.59.

The process color (four color CMYK) of #cc609a color hex is 0.00, 0.53, 0.25, 0.20. Web safe color of #cc609a is #cc6699. Color #cc609a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 01100000 10011010
Octal 314 140 232
Decimal 204 96 154
Hex CC 60 9A

RGB Percentages of Color #cc609a

%44.93
%21.15
%33.92

CMYK Percentages of Color #cc609a

%0
%53
%25
%20

Triadic Colors of #cc609a

#cc609a #9acc60 #609acc

Analogous Colors of #cc609a

#cc609a #cc6064 #c860cc

Monochromatic Colors of #cc609a

#cc609a

Complementary Color

#cc609a #60cc92

#cc609a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc609a Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc609a Color CSS Codes

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

#cc609a Text Font Color

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

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


#cc609a Background Color

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

This div background color is #cc609a


#cc609a Border Color

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

This div border color is #cc609a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc609a


Comments

No comments written yet.

Please login to write comment.