Color Hex Logo

#cc598c Color Hex

#CC598C
(204,89,140)
0 Favorites   0 Comments

Color spaces of #cc598c

RGB 20489140
HSL0.930.530.57
HSV333°56°80°
CMYK 0.000.560.31   0.20
XYZ33.207821.875627.2831
Yxy21.87560.40320.2656
Hunter Lab46.771444.8856-1.8456
CIE-Lab53.894850.8872-5.5800

#cc598c color RGB value is (204,89,140).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 01011001 10001100
Octal 314 131 214
Decimal 204 89 140
Hex CC 59 8C

RGB Percentages of Color #cc598c

%47.11
%20.55
%32.33

CMYK Percentages of Color #cc598c

%0
%56
%31
%20

Triadic Colors of #cc598c

#cc598c #8ccc59 #598ccc

Analogous Colors of #cc598c

#cc598c #cc6059 #cc59c6

Monochromatic Colors of #cc598c

#cc598c

Complementary Color

#cc598c #59cc99

#cc598c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc598c Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc598c Color CSS Codes

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

#cc598c Text Font Color

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

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


#cc598c Background Color

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

This div background color is #cc598c


#cc598c Border Color

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

This div border color is #cc598c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc598c


Comments

No comments written yet.

Please login to write comment.