Color Hex Logo

#ca52dc Color Hex

#CA52DC
(202,82,220)
0 Favorites   0 Comments

Color spaces of #ca52dc

RGB 20282220
HSL0.810.660.59
HSV292°63°86°
CMYK 0.080.630.00   0.14
XYZ40.292723.758570.1723
Yxy23.75850.30020.1770
Hunter Lab48.742762.2557-51.2368
CIE-Lab55.845265.9286-48.8845

#ca52dc color RGB value is (202,82,220).

#ca52dc hex color red value is 202, green value is 82 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #ca52dc hue: 0.81 , saturation: 0.66 and the lightness value of ca52dc is 0.59.

The process color (four color CMYK) of #ca52dc color hex is 0.08, 0.63, 0.00, 0.14. Web safe color of #ca52dc is #cc66cc. Color #ca52dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 01010010 11011100
Octal 312 122 334
Decimal 202 82 220
Hex CA 52 DC

RGB Percentages of Color #ca52dc

%40.08
%16.27
%43.65

CMYK Percentages of Color #ca52dc

%8
%63
%0
%14

Triadic Colors of #ca52dc

#ca52dc #dcca52 #52dcca

Analogous Colors of #ca52dc

#ca52dc #dc52a9 #8552dc

Monochromatic Colors of #ca52dc

#ca52dc

Complementary Color

#ca52dc #64dc52

#ca52dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca52dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca52dc Color CSS Codes

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

#ca52dc Text Font Color

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

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


#ca52dc Background Color

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

This div background color is #ca52dc


#ca52dc Border Color

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

This div border color is #ca52dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca52dc


Comments

No comments written yet.

Please login to write comment.