Color Hex Logo

#cc597e Color Hex

#CC597E
(204,89,126)
0 Favorites   0 Comments

Color spaces of #cc597e

RGB 20489126
HSL0.950.530.57
HSV341°56°80°
CMYK 0.000.560.38   0.20
XYZ32.240121.488522.1871
Yxy21.48850.42470.2831
Hunter Lab46.355743.02324.0712
CIE-Lab53.480049.22032.1021

#cc597e color RGB value is (204,89,126).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 01011001 01111110
Octal 314 131 176
Decimal 204 89 126
Hex CC 59 7E

RGB Percentages of Color #cc597e

%48.69
%21.24
%30.07

CMYK Percentages of Color #cc597e

%0
%56
%38
%20

Triadic Colors of #cc597e

#cc597e #7ecc59 #597ecc

Analogous Colors of #cc597e

#cc597e #cc6e59 #cc59b8

Monochromatic Colors of #cc597e

#cc597e

Complementary Color

#cc597e #59cca7

#cc597e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc597e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc597e Color CSS Codes

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

#cc597e Text Font Color

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

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


#cc597e Background Color

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

This div background color is #cc597e


#cc597e Border Color

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

This div border color is #cc597e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc597e


Comments

No comments written yet.

Please login to write comment.