Color Hex Logo

#cc59c8 Color Hex

#CC59C8
(204,89,200)
0 Favorites   0 Comments

Color spaces of #cc59c8

RGB 20489200
HSL0.840.530.57
HSV302°56°80°
CMYK 0.000.560.02   0.20
XYZ38.899524.152357.2552
Yxy24.15230.32330.2008
Hunter Lab49.145055.2835-34.6729
CIE-Lab56.240059.8470-36.8774

#cc59c8 color RGB value is (204,89,200).

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

The process color (four color CMYK) of #cc59c8 color hex is 0.00, 0.56, 0.02, 0.20. Web safe color of #cc59c8 is #cc66cc. Color #cc59c8 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 01011001 11001000
Octal 314 131 310
Decimal 204 89 200
Hex CC 59 C8

RGB Percentages of Color #cc59c8

%41.38
%18.05
%40.57

CMYK Percentages of Color #cc59c8

%0
%56
%2
%20

Triadic Colors of #cc59c8

#cc59c8 #c8cc59 #59c8cc

Analogous Colors of #cc59c8

#cc59c8 #cc598f #9759cc

Monochromatic Colors of #cc59c8

#cc59c8

Complementary Color

#cc59c8 #59cc5d

#cc59c8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc59c8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc59c8 Color CSS Codes

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

#cc59c8 Text Font Color

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

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


#cc59c8 Background Color

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

This div background color is #cc59c8


#cc59c8 Border Color

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

This div border color is #cc59c8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc59c8


Comments

No comments written yet.

Please login to write comment.