Color Hex Logo

#a520c4 Color Hex

#A520C4
(165,32,196)
0 Favorites   0 Comments

Color spaces of #a520c4

RGB 16532196
HSL0.800.720.45
HSV289°84°77°
CMYK 0.160.840.00   0.23
XYZ25.997413.017953.3670
Yxy13.01790.28140.1409
Hunter Lab36.080365.4762-62.4406
CIE-Lab42.790271.1581-56.3264

#a520c4 color RGB value is (165,32,196).

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

The process color (four color CMYK) of #a520c4 color hex is 0.16, 0.84, 0.00, 0.23. Web safe color of #a520c4 is #9933cc. Color #a520c4 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 00100000 11000100
Octal 245 40 304
Decimal 165 32 196
Hex A5 20 C4

RGB Percentages of Color #a520c4

%41.98
%8.14
%49.87

CMYK Percentages of Color #a520c4

%16
%84
%0
%23

Triadic Colors of #a520c4

#a520c4 #c4a520 #20c4a5

Analogous Colors of #a520c4

#a520c4 #c42091 #5320c4

Monochromatic Colors of #a520c4

#a520c4

Complementary Color

#a520c4 #3fc420

#a520c4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a520c4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a520c4 Color CSS Codes

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

#a520c4 Text Font Color

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

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


#a520c4 Background Color

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

This div background color is #a520c4


#a520c4 Border Color

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

This div border color is #a520c4


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(165,32,196, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a520c4


Comments

No comments written yet.

Please login to write comment.