Color Hex Logo

#cc607c Color Hex

#CC607C
(204,96,124)
0 Favorites   0 Comments

Color spaces of #cc607c

RGB 20496124
HSL0.960.510.59
HSV344°53°80°
CMYK 0.000.530.39   0.20
XYZ32.722822.658321.7176
Yxy22.65830.42440.2939
Hunter Lab47.600739.40736.2697
CIE-Lab54.718645.61335.0737

#cc607c color RGB value is (204,96,124).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 01100000 01111100
Octal 314 140 174
Decimal 204 96 124
Hex CC 60 7C

RGB Percentages of Color #cc607c

%48.11
%22.64
%29.25

CMYK Percentages of Color #cc607c

%0
%53
%39
%20

Triadic Colors of #cc607c

#cc607c #7ccc60 #607ccc

Analogous Colors of #cc607c

#cc607c #cc7a60 #cc60b2

Monochromatic Colors of #cc607c

#cc607c

Complementary Color

#cc607c #60ccb0

#cc607c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc607c Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc607c Color CSS Codes

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

#cc607c Text Font Color

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

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


#cc607c Background Color

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

This div background color is #cc607c


#cc607c Border Color

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

This div border color is #cc607c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc607c


Comments

No comments written yet.

Please login to write comment.