Color Hex Logo

#520bdf Color Hex

#520BDF
(82,11,223)
0 Favorites   0 Comments

Color spaces of #520bdf

RGB 8211223
HSL0.720.910.46
HSV260°95°87°
CMYK 0.630.950.00   0.13
XYZ16.91867.360970.3411
Yxy7.36090.17880.0778
Hunter Lab27.131063.8316-134.7265
CIE-Lab32.614871.7162-89.0753

#520bdf color RGB value is (82,11,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010010 00001011 11011111
Octal 122 13 337
Decimal 82 11 223
Hex 52 B DF

RGB Percentages of Color #520bdf

%25.95
%3.48
%70.57

CMYK Percentages of Color #520bdf

%63
%95
%0
%13

Triadic Colors of #520bdf

#520bdf #df520b #0bdf52

Analogous Colors of #520bdf

#520bdf #bc0bdf #0b2edf

Monochromatic Colors of #520bdf

#520bdf

Complementary Color

#520bdf #98df0b

#520bdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#520bdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#520bdf Color CSS Codes

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

#520bdf Text Font Color

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

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


#520bdf Background Color

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

This div background color is #520bdf


#520bdf Border Color

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

This div border color is #520bdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #520bdf


Comments

No comments written yet.

Please login to write comment.