Color Hex Logo

#520eaa Color Hex

#520EAA
(82,14,170)
0 Favorites   0 Comments

Color spaces of #520eaa

RGB 8214170
HSL0.740.850.36
HSV266°92°67°
CMYK 0.520.920.00   0.33
XYZ10.89245.010238.4232
Yxy5.01020.20050.0922
Hunter Lab22.383547.6918-86.1081
CIE-Lab26.763858.5383-67.6015

#520eaa color RGB value is (82,14,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010010 00001110 10101010
Octal 122 16 252
Decimal 82 14 170
Hex 52 E AA

RGB Percentages of Color #520eaa

%30.83
%5.26
%63.91

CMYK Percentages of Color #520eaa

%52
%92
%0
%33

Triadic Colors of #520eaa

#520eaa #aa520e #0eaa52

Analogous Colors of #520eaa

#520eaa #a00eaa #0e18aa

Monochromatic Colors of #520eaa

#520eaa

Complementary Color

#520eaa #66aa0e

#520eaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#520eaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#520eaa Color CSS Codes

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

#520eaa Text Font Color

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

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


#520eaa Background Color

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

This div background color is #520eaa


#520eaa Border Color

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

This div border color is #520eaa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(82,14,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 #520eaa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #520eaa


Comments

No comments written yet.

Please login to write comment.