Color Hex Logo

#cc539f Color Hex

#CC539F
(204,83,159)
0 Favorites   0 Comments

Color spaces of #cc539f

RGB 20483159
HSL0.900.540.56
HSV322°59°80°
CMYK 0.000.590.22   0.20
XYZ34.253121.527135.1507
Yxy21.52710.37670.2367
Hunter Lab46.397350.5835-12.4401
CIE-Lab53.521656.1525-17.3353

#cc539f color RGB value is (204,83,159).

#cc539f hex color red value is 204, green value is 83 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #cc539f hue: 0.90 , saturation: 0.54 and the lightness value of cc539f is 0.56.

The process color (four color CMYK) of #cc539f color hex is 0.00, 0.59, 0.22, 0.20. Web safe color of #cc539f is #cc6699. Color #cc539f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 01010011 10011111
Octal 314 123 237
Decimal 204 83 159
Hex CC 53 9F

RGB Percentages of Color #cc539f

%45.74
%18.61
%35.65

CMYK Percentages of Color #cc539f

%0
%59
%22
%20

Triadic Colors of #cc539f

#cc539f #9fcc53 #539fcc

Analogous Colors of #cc539f

#cc539f #cc5362 #bd53cc

Monochromatic Colors of #cc539f

#cc539f

Complementary Color

#cc539f #53cc80

#cc539f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc539f Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc539f Color CSS Codes

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

#cc539f Text Font Color

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

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


#cc539f Background Color

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

This div background color is #cc539f


#cc539f Border Color

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

This div border color is #cc539f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc539f


Comments

No comments written yet.

Please login to write comment.