Color Hex Logo

#520bfb Color Hex

#520BFB
(82,11,251)
0 Favorites   0 Comments

Color spaces of #520bfb

RGB 8211251
HSL0.720.970.51
HSV258°96°98°
CMYK 0.670.960.00   0.02
XYZ21.01198.998291.8962
Yxy8.99820.17240.0738
Hunter Lab29.997072.5386-160.6378
CIE-Lab35.980878.2731-99.3840

#520bfb color RGB value is (82,11,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010010 00001011 11111011
Octal 122 13 373
Decimal 82 11 251
Hex 52 B FB

RGB Percentages of Color #520bfb

%23.84
%3.20
%72.97

CMYK Percentages of Color #520bfb

%67
%96
%0
%2

Triadic Colors of #520bfb

#520bfb #fb520b #0bfb52

Analogous Colors of #520bfb

#520bfb #ca0bfb #0b3cfb

Monochromatic Colors of #520bfb

#520bfb

Complementary Color

#520bfb #b4fb0b

#520bfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#520bfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#520bfb Color CSS Codes

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

#520bfb Text Font Color

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

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


#520bfb Background Color

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

This div background color is #520bfb


#520bfb Border Color

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

This div border color is #520bfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #520bfb

Related Colors


Comments

No comments written yet.

Please login to write comment.