Color Hex Logo

#520bfd Color Hex

#520BFD
(82,11,253)
0 Favorites   0 Comments

Color spaces of #520bfd

RGB 8211253
HSL0.720.980.52
HSV258°96°99°
CMYK 0.680.960.00   0.01
XYZ21.32909.125093.5657
Yxy9.12500.17200.0736
Hunter Lab30.207673.1720-162.5008
CIE-Lab36.223978.7389-100.1027

#520bfd color RGB value is (82,11,253).

#520bfd hex color red value is 82, green value is 11 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #520bfd hue: 0.72 , saturation: 0.98 and the lightness value of 520bfd is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 01010010 00001011 11111101
Octal 122 13 375
Decimal 82 11 253
Hex 52 B FD

RGB Percentages of Color #520bfd

%23.70
%3.18
%73.12

CMYK Percentages of Color #520bfd

%68
%96
%0
%1

Triadic Colors of #520bfd

#520bfd #fd520b #0bfd52

Analogous Colors of #520bfd

#520bfd #cb0bfd #0b3dfd

Monochromatic Colors of #520bfd

#520bfd

Complementary Color

#520bfd #b6fd0b

#520bfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#520bfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#520bfd Color CSS Codes

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

#520bfd Text Font Color

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

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


#520bfd Background Color

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

This div background color is #520bfd


#520bfd Border Color

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

This div border color is #520bfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #520bfd


Comments

No comments written yet.

Please login to write comment.