Color Hex Logo

#cc5780 Color Hex

#CC5780
(204,87,128)
0 Favorites   0 Comments

Color spaces of #cc5780

RGB 20487128
HSL0.940.530.57
HSV339°57°80°
CMYK 0.000.570.37   0.20
XYZ32.206321.212322.8190
Yxy21.21230.42240.2782
Hunter Lab46.056844.22092.8643
CIE-Lab53.181150.38710.4798

#cc5780 color RGB value is (204,87,128).

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

The process color (four color CMYK) of #cc5780 color hex is 0.00, 0.57, 0.37, 0.20. Web safe color of #cc5780 is #cc6699. Color #cc5780 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 01010111 10000000
Octal 314 127 200
Decimal 204 87 128
Hex CC 57 80

RGB Percentages of Color #cc5780

%48.69
%20.76
%30.55

CMYK Percentages of Color #cc5780

%0
%57
%37
%20

Triadic Colors of #cc5780

#cc5780 #80cc57 #5780cc

Analogous Colors of #cc5780

#cc5780 #cc6957 #cc57bb

Monochromatic Colors of #cc5780

#cc5780

Complementary Color

#cc5780 #57cca3

#cc5780 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc5780 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc5780 Color CSS Codes

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

#cc5780 Text Font Color

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

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


#cc5780 Background Color

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

This div background color is #cc5780


#cc5780 Border Color

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

This div border color is #cc5780


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc5780


Comments

No comments written yet.

Please login to write comment.