Color Hex Logo

#520aee Color Hex

#520AEE
(82,10,238)
0 Favorites   0 Comments

Color spaces of #520aee

RGB 8210238
HSL0.720.920.49
HSV259°96°93°
CMYK 0.660.960.00   0.07
XYZ19.02088.184081.4661
Yxy8.18400.17500.0753
Hunter Lab28.607768.6184-148.8147
CIE-Lab34.363275.3775-94.7334

#520aee color RGB value is (82,10,238).

#520aee hex color red value is 82, green value is 10 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #520aee hue: 0.72 , saturation: 0.92 and the lightness value of 520aee is 0.49.

The process color (four color CMYK) of #520aee color hex is 0.66, 0.96, 0.00, 0.07. Web safe color of #520aee is #6600ff. Color #520aee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 00001010 11101110
Octal 122 12 356
Decimal 82 10 238
Hex 52 A EE

RGB Percentages of Color #520aee

%24.85
%3.03
%72.12

CMYK Percentages of Color #520aee

%66
%96
%0
%7

Triadic Colors of #520aee

#520aee #ee520a #0aee52

Analogous Colors of #520aee

#520aee #c40aee #0a34ee

Monochromatic Colors of #520aee

#520aee

Complementary Color

#520aee #a6ee0a

#520aee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#520aee Color Preview on White Background

Lorem ipsum dolor sit amet.

#520aee Color CSS Codes

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

#520aee Text Font Color

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

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


#520aee Background Color

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

This div background color is #520aee


#520aee Border Color

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

This div border color is #520aee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #520aee


Comments

No comments written yet.

Please login to write comment.