Color Hex Logo

#cc606c Color Hex

#CC606C
(204,96,108)
0 Favorites   0 Comments

Color spaces of #cc606c

RGB 20496108
HSL0.980.510.59
HSV353°53°80°
CMYK 0.000.530.47   0.20
XYZ31.791522.285816.8134
Yxy22.28580.44850.3144
Hunter Lab47.207837.594811.9289
CIE-Lab54.328943.936413.9579

#cc606c color RGB value is (204,96,108).

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

The process color (four color CMYK) of #cc606c color hex is 0.00, 0.53, 0.47, 0.20. Web safe color of #cc606c is #cc6666. Color #cc606c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 01100000 01101100
Octal 314 140 154
Decimal 204 96 108
Hex CC 60 6C

RGB Percentages of Color #cc606c

%50.00
%23.53
%26.47

CMYK Percentages of Color #cc606c

%0
%53
%47
%20

Triadic Colors of #cc606c

#cc606c #6ccc60 #606ccc

Analogous Colors of #cc606c

#cc606c #cc8a60 #cc60a2

Monochromatic Colors of #cc606c

#cc606c

Complementary Color

#cc606c #60ccc0

#cc606c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc606c Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc606c Color CSS Codes

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

#cc606c Text Font Color

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

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


#cc606c Background Color

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

This div background color is #cc606c


#cc606c Border Color

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

This div border color is #cc606c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc606c


Comments

No comments written yet.

Please login to write comment.