Color Hex Logo

#520fdb Color Hex

#520FDB
(82,15,219)
0 Favorites   0 Comments

Color spaces of #520fdb

RGB 8215219
HSL0.720.870.46
HSV260°93°86°
CMYK 0.630.930.00   0.14
XYZ16.43677.250067.5509
Yxy7.25000.18020.0795
Hunter Lab26.925861.8440-129.8973
CIE-Lab32.369470.0776-87.1814

#520fdb color RGB value is (82,15,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010010 00001111 11011011
Octal 122 17 333
Decimal 82 15 219
Hex 52 F DB

RGB Percentages of Color #520fdb

%25.95
%4.75
%69.30

CMYK Percentages of Color #520fdb

%63
%93
%0
%14

Triadic Colors of #520fdb

#520fdb #db520f #0fdb52

Analogous Colors of #520fdb

#520fdb #b80fdb #0f32db

Monochromatic Colors of #520fdb

#520fdb

Complementary Color

#520fdb #98db0f

#520fdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#520fdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#520fdb Color CSS Codes

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

#520fdb Text Font Color

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

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


#520fdb Background Color

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

This div background color is #520fdb


#520fdb Border Color

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

This div border color is #520fdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #520fdb


Comments

No comments written yet.

Please login to write comment.