Color Hex Logo

#cc59ca Color Hex

#CC59CA
(204,89,202)
0 Favorites   0 Comments

Color spaces of #cc59ca

RGB 20489202
HSL0.840.530.57
HSV301°56°80°
CMYK 0.000.560.01   0.20
XYZ39.134924.246458.4945
Yxy24.24640.32110.1989
Hunter Lab49.240655.6951-35.9640
CIE-Lab56.333760.1905-37.8722

#cc59ca color RGB value is (204,89,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 01011001 11001010
Octal 314 131 312
Decimal 204 89 202
Hex CC 59 CA

RGB Percentages of Color #cc59ca

%41.21
%17.98
%40.81

CMYK Percentages of Color #cc59ca

%0
%56
%1
%20

Triadic Colors of #cc59ca

#cc59ca #cacc59 #59cacc

Analogous Colors of #cc59ca

#cc59ca #cc5991 #9559cc

Monochromatic Colors of #cc59ca

#cc59ca

Complementary Color

#cc59ca #59cc5b

#cc59ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc59ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc59ca Color CSS Codes

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

#cc59ca Text Font Color

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

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


#cc59ca Background Color

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

This div background color is #cc59ca


#cc59ca Border Color

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

This div border color is #cc59ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc59ca


Comments

No comments written yet.

Please login to write comment.