Color Hex Logo

#cc559b Color Hex

#CC559B
(204,85,155)
0 Favorites   0 Comments

Color spaces of #cc559b

RGB 20485155
HSL0.900.540.57
HSV325°58°80°
CMYK 0.000.580.24   0.20
XYZ34.066721.700933.4035
Yxy21.70090.38200.2434
Hunter Lab46.584249.0133-9.9053
CIE-Lab53.708254.7016-14.7016

#cc559b color RGB value is (204,85,155).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 01010101 10011011
Octal 314 125 233
Decimal 204 85 155
Hex CC 55 9B

RGB Percentages of Color #cc559b

%45.95
%19.14
%34.91

CMYK Percentages of Color #cc559b

%0
%58
%24
%20

Triadic Colors of #cc559b

#cc559b #9bcc55 #559bcc

Analogous Colors of #cc559b

#cc559b #cc5560 #c255cc

Monochromatic Colors of #cc559b

#cc559b

Complementary Color

#cc559b #55cc86

#cc559b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc559b Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc559b Color CSS Codes

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

#cc559b Text Font Color

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

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


#cc559b Background Color

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

This div background color is #cc559b


#cc559b Border Color

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

This div border color is #cc559b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc559b


Comments

No comments written yet.

Please login to write comment.