Color Hex Logo

#a521ca Color Hex

#A521CA
(165,33,202)
0 Favorites   0 Comments

Color spaces of #a521ca

RGB 16533202
HSL0.800.720.46
HSV287°84°79°
CMYK 0.180.840.00   0.21
XYZ26.721613.351357.0458
Yxy13.35130.27510.1375
Hunter Lab36.539466.5946-66.9867
CIE-Lab43.287971.9992-59.0115

#a521ca color RGB value is (165,33,202).

#a521ca hex color red value is 165, green value is 33 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #a521ca hue: 0.80 , saturation: 0.72 and the lightness value of a521ca is 0.46.

The process color (four color CMYK) of #a521ca color hex is 0.18, 0.84, 0.00, 0.21. Web safe color of #a521ca is #9933cc. Color #a521ca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 00100001 11001010
Octal 245 41 312
Decimal 165 33 202
Hex A5 21 CA

RGB Percentages of Color #a521ca

%41.25
%8.25
%50.50

CMYK Percentages of Color #a521ca

%18
%84
%0
%21

Triadic Colors of #a521ca

#a521ca #caa521 #21caa5

Analogous Colors of #a521ca

#a521ca #ca219b #5121ca

Monochromatic Colors of #a521ca

#a521ca

Complementary Color

#a521ca #46ca21

#a521ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a521ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#a521ca Color CSS Codes

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

#a521ca Text Font Color

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

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


#a521ca Background Color

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

This div background color is #a521ca


#a521ca Border Color

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

This div border color is #a521ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a521ca


Comments

No comments written yet.

Please login to write comment.