Color Hex Logo

#520aef Color Hex

#520AEF
(82,10,239)
0 Favorites   0 Comments

Color spaces of #520aef

RGB 8210239
HSL0.720.920.49
HSV259°96°94°
CMYK 0.660.960.00   0.06
XYZ19.16828.242982.2421
Yxy8.24290.17480.0752
Hunter Lab28.710568.9302-149.7410
CIE-Lab34.483775.6115-95.1002

#520aef color RGB value is (82,10,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010010 00001010 11101111
Octal 122 12 357
Decimal 82 10 239
Hex 52 A EF

RGB Percentages of Color #520aef

%24.77
%3.02
%72.21

CMYK Percentages of Color #520aef

%66
%96
%0
%6

Triadic Colors of #520aef

#520aef #ef520a #0aef52

Analogous Colors of #520aef

#520aef #c50aef #0a35ef

Monochromatic Colors of #520aef

#520aef

Complementary Color

#520aef #a7ef0a

#520aef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#520aef Color Preview on White Background

Lorem ipsum dolor sit amet.

#520aef Color CSS Codes

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

#520aef Text Font Color

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

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


#520aef Background Color

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

This div background color is #520aef


#520aef Border Color

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

This div border color is #520aef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #520aef


Comments

No comments written yet.

Please login to write comment.