Color Hex Logo

#cc608c Color Hex

#CC608C
(204,96,140)
0 Favorites   0 Comments

Color spaces of #cc608c

RGB 20496140
HSL0.930.510.59
HSV336°53°80°
CMYK 0.000.530.31   0.20
XYZ33.818323.096627.4866
Yxy23.09660.40070.2737
Hunter Lab48.058941.5045-0.2688
CIE-Lab55.171747.5281-3.6911

#cc608c color RGB value is (204,96,140).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 01100000 10001100
Octal 314 140 214
Decimal 204 96 140
Hex CC 60 8C

RGB Percentages of Color #cc608c

%46.36
%21.82
%31.82

CMYK Percentages of Color #cc608c

%0
%53
%31
%20

Triadic Colors of #cc608c

#cc608c #8ccc60 #608ccc

Analogous Colors of #cc608c

#cc608c #cc6a60 #cc60c2

Monochromatic Colors of #cc608c

#cc608c

Complementary Color

#cc608c #60cca0

#cc608c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc608c Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc608c Color CSS Codes

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

#cc608c Text Font Color

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

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


#cc608c Background Color

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

This div background color is #cc608c


#cc608c Border Color

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

This div border color is #cc608c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc608c


Comments

No comments written yet.

Please login to write comment.