Color Hex Logo

#cc597c Color Hex

#CC597C
(204,89,124)
0 Favorites   0 Comments

Color spaces of #cc597c

RGB 20489124
HSL0.950.530.57
HSV342°56°80°
CMYK 0.000.560.39   0.20
XYZ32.112321.437421.5141
Yxy21.43740.42780.2856
Hunter Lab46.300542.77494.8606
CIE-Lab53.424948.99663.2093

#cc597c color RGB value is (204,89,124).

#cc597c hex color red value is 204, green value is 89 and the blue value of its RGB is 124. Cylindrical-coordinate representations (also known as HSL) of color #cc597c hue: 0.95 , saturation: 0.53 and the lightness value of cc597c is 0.57.

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 01011001 01111100
Octal 314 131 174
Decimal 204 89 124
Hex CC 59 7C

RGB Percentages of Color #cc597c

%48.92
%21.34
%29.74

CMYK Percentages of Color #cc597c

%0
%56
%39
%20

Triadic Colors of #cc597c

#cc597c #7ccc59 #597ccc

Analogous Colors of #cc597c

#cc597c #cc7059 #cc59b6

Monochromatic Colors of #cc597c

#cc597c

Complementary Color

#cc597c #59cca9

#cc597c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc597c Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc597c Color CSS Codes

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

#cc597c Text Font Color

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

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


#cc597c Background Color

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

This div background color is #cc597c


#cc597c Border Color

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

This div border color is #cc597c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc597c


Comments

No comments written yet.

Please login to write comment.