Color Hex Logo

#520aaa Color Hex

#520AAA
(82,10,170)
0 Favorites   0 Comments

Color spaces of #520aaa

RGB 8210170
HSL0.740.890.35
HSV267°94°67°
CMYK 0.520.940.00   0.33
XYZ10.84394.913238.4070
Yxy4.91320.20020.0907
Hunter Lab22.165748.5355-87.2169
CIE-Lab26.486059.3746-68.0606

#520aaa color RGB value is (82,10,170).

#520aaa hex color red value is 82, green value is 10 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #520aaa hue: 0.74 , saturation: 0.89 and the lightness value of 520aaa is 0.35.

The process color (four color CMYK) of #520aaa color hex is 0.52, 0.94, 0.00, 0.33. Web safe color of #520aaa is #660099. Color #520aaa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 00001010 10101010
Octal 122 12 252
Decimal 82 10 170
Hex 52 A AA

RGB Percentages of Color #520aaa

%31.30
%3.82
%64.89

CMYK Percentages of Color #520aaa

%52
%94
%0
%33

Triadic Colors of #520aaa

#520aaa #aa520a #0aaa52

Analogous Colors of #520aaa

#520aaa #a20aaa #0a12aa

Monochromatic Colors of #520aaa

#520aaa

Complementary Color

#520aaa #62aa0a

#520aaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#520aaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#520aaa Color CSS Codes

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

#520aaa Text Font Color

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

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


#520aaa Background Color

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

This div background color is #520aaa


#520aaa Border Color

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

This div border color is #520aaa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(82,10,170, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #520aaa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #520aaa;
  -webkit-box-shadow: 1px 1px 3px 2px #520aaa;
  box-shadow:         1px 1px 3px 2px #520aaa; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #520aaa


Comments

No comments written yet.

Please login to write comment.