Color Hex Logo

#cc539b Color Hex

#CC539B
(204,83,155)
0 Favorites   0 Comments

Color spaces of #cc539b

RGB 20483155
HSL0.900.540.56
HSV324°59°80°
CMYK 0.000.590.24   0.20
XYZ33.911521.390433.3518
Yxy21.39040.38250.2413
Hunter Lab46.249849.9437-10.3806
CIE-Lab53.374155.6014-15.2080

#cc539b color RGB value is (204,83,155).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 01010011 10011011
Octal 314 123 233
Decimal 204 83 155
Hex CC 53 9B

RGB Percentages of Color #cc539b

%46.15
%18.78
%35.07

CMYK Percentages of Color #cc539b

%0
%59
%24
%20

Triadic Colors of #cc539b

#cc539b #9bcc53 #539bcc

Analogous Colors of #cc539b

#cc539b #cc535e #c153cc

Monochromatic Colors of #cc539b

#cc539b

Complementary Color

#cc539b #53cc84

#cc539b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc539b Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc539b Color CSS Codes

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

#cc539b Text Font Color

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

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


#cc539b Background Color

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

This div background color is #cc539b


#cc539b Border Color

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

This div border color is #cc539b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc539b


Comments

No comments written yet.

Please login to write comment.