Color Hex Logo

#ca59cc Color Hex

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

Color spaces of #ca59cc

RGB 20289204
HSL0.830.530.57
HSV299°56°80°
CMYK 0.010.560.00   0.20
XYZ38.828624.060959.7245
Yxy24.06090.31670.1962
Hunter Lab49.051955.4565-37.8538
CIE-Lab56.148760.0146-39.3228

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

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

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

Base Numbers

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

RGB Percentages of Color #ca59cc

%40.81
%17.98
%41.21

CMYK Percentages of Color #ca59cc

%1
%56
%0
%20

Triadic Colors of #ca59cc

#ca59cc #ccca59 #59ccca

Analogous Colors of #ca59cc

#ca59cc #cc5995 #9159cc

Monochromatic Colors of #ca59cc

#ca59cc

Complementary Color

#ca59cc #5bcc59

#ca59cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca59cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca59cc Color CSS Codes

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

#ca59cc Text Font Color

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

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


#ca59cc Background Color

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

This div background color is #ca59cc


#ca59cc Border Color

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

This div border color is #ca59cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca59cc


Comments

No comments written yet.

Please login to write comment.