Color Hex Logo

#520adb Color Hex

#520ADB
(82,10,219)
0 Favorites   0 Comments

Color spaces of #520adb

RGB 8210219
HSL0.720.910.45
HSV261°95°86°
CMYK 0.630.950.00   0.14
XYZ16.37447.125467.5301
Yxy7.12540.17990.0783
Hunter Lab26.693462.7827-131.3087
CIE-Lab32.090770.9265-87.6444

#520adb color RGB value is (82,10,219).

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

The process color (four color CMYK) of #520adb color hex is 0.63, 0.95, 0.00, 0.14. Web safe color of #520adb is #6600cc. Color #520adb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 00001010 11011011
Octal 122 12 333
Decimal 82 10 219
Hex 52 A DB

RGB Percentages of Color #520adb

%26.37
%3.22
%70.42

CMYK Percentages of Color #520adb

%63
%95
%0
%14

Triadic Colors of #520adb

#520adb #db520a #0adb52

Analogous Colors of #520adb

#520adb #bb0adb #0a2bdb

Monochromatic Colors of #520adb

#520adb

Complementary Color

#520adb #93db0a

#520adb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#520adb Color Preview on White Background

Lorem ipsum dolor sit amet.

#520adb Color CSS Codes

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

#520adb Text Font Color

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

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


#520adb Background Color

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

This div background color is #520adb


#520adb Border Color

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

This div border color is #520adb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #520adb


Comments

No comments written yet.

Please login to write comment.