Color Hex Logo

#ca58cc Color Hex

#CA58CC
(202,88,204)
0 Favorites   0 Comments

Color spaces of #ca58cc

RGB 20288204
HSL0.830.530.57
HSV299°57°80°
CMYK 0.010.570.00   0.20
XYZ38.745923.895659.6969
Yxy23.89560.31670.1953
Hunter Lab48.883155.9378-38.1878
CIE-Lab55.983160.4648-39.5831

#ca58cc color RGB value is (202,88,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 01011000 11001100
Octal 312 130 314
Decimal 202 88 204
Hex CA 58 CC

RGB Percentages of Color #ca58cc

%40.89
%17.81
%41.30

CMYK Percentages of Color #ca58cc

%1
%57
%0
%20

Triadic Colors of #ca58cc

#ca58cc #ccca58 #58ccca

Analogous Colors of #ca58cc

#ca58cc #cc5894 #9058cc

Monochromatic Colors of #ca58cc

#ca58cc

Complementary Color

#ca58cc #5acc58

#ca58cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca58cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca58cc Color CSS Codes

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

#ca58cc Text Font Color

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

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


#ca58cc Background Color

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

This div background color is #ca58cc


#ca58cc Border Color

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

This div border color is #ca58cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca58cc


Comments

No comments written yet.

Please login to write comment.