Color Hex Logo

#520aeb Color Hex

#520AEB
(82,10,235)
0 Favorites   0 Comments

Color spaces of #520aeb

RGB 8210235
HSL0.720.920.48
HSV259°96°92°
CMYK 0.650.960.00   0.08
XYZ18.58368.009179.1637
Yxy8.00910.17570.0757
Hunter Lab28.300467.6875-146.0398
CIE-Lab34.001874.6769-93.6296

#520aeb color RGB value is (82,10,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010010 00001010 11101011
Octal 122 12 353
Decimal 82 10 235
Hex 52 A EB

RGB Percentages of Color #520aeb

%25.08
%3.06
%71.87

CMYK Percentages of Color #520aeb

%65
%96
%0
%8

Triadic Colors of #520aeb

#520aeb #eb520a #0aeb52

Analogous Colors of #520aeb

#520aeb #c30aeb #0a32eb

Monochromatic Colors of #520aeb

#520aeb

Complementary Color

#520aeb #a3eb0a

#520aeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#520aeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#520aeb Color CSS Codes

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

#520aeb Text Font Color

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

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


#520aeb Background Color

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

This div background color is #520aeb


#520aeb Border Color

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

This div border color is #520aeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #520aeb


Comments

No comments written yet.

Please login to write comment.