Color Hex Logo

#cc609f Color Hex

#CC609F
(204,96,159)
0 Favorites   0 Comments

Color spaces of #cc609f

RGB 20496159
HSL0.900.510.59
HSV325°53°80°
CMYK 0.000.530.22   0.20
XYZ35.342723.706335.5139
Yxy23.70630.37370.2507
Hunter Lab48.689144.3645-9.1638
CIE-Lab55.792550.0976-13.8909

#cc609f color RGB value is (204,96,159).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 01100000 10011111
Octal 314 140 237
Decimal 204 96 159
Hex CC 60 9F

RGB Percentages of Color #cc609f

%44.44
%20.92
%34.64

CMYK Percentages of Color #cc609f

%0
%53
%22
%20

Triadic Colors of #cc609f

#cc609f #9fcc60 #609fcc

Analogous Colors of #cc609f

#cc609f #cc6069 #c360cc

Monochromatic Colors of #cc609f

#cc609f

Complementary Color

#cc609f #60cc8d

#cc609f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc609f Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc609f Color CSS Codes

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

#cc609f Text Font Color

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

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


#cc609f Background Color

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

This div background color is #cc609f


#cc609f Border Color

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

This div border color is #cc609f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc609f


Comments

No comments written yet.

Please login to write comment.