Color Hex Logo

#520bbf Color Hex

#520BBF
(82,11,191)
0 Favorites   0 Comments

Color spaces of #520bbf

RGB 8211191
HSL0.730.890.40
HSV264°94°75°
CMYK 0.570.940.00   0.25
XYZ13.00335.794849.7234
Yxy5.79480.18980.0846
Hunter Lab24.072454.2945-105.6174
CIE-Lab28.888764.1511-76.6208

#520bbf color RGB value is (82,11,191).

#520bbf hex color red value is 82, green value is 11 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #520bbf hue: 0.73 , saturation: 0.89 and the lightness value of 520bbf is 0.40.

The process color (four color CMYK) of #520bbf color hex is 0.57, 0.94, 0.00, 0.25. Web safe color of #520bbf is #6600cc. Color #520bbf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 00001011 10111111
Octal 122 13 277
Decimal 82 11 191
Hex 52 B BF

RGB Percentages of Color #520bbf

%28.87
%3.87
%67.25

CMYK Percentages of Color #520bbf

%57
%94
%0
%25

Triadic Colors of #520bbf

#520bbf #bf520b #0bbf52

Analogous Colors of #520bbf

#520bbf #ac0bbf #0b1ebf

Monochromatic Colors of #520bbf

#520bbf

Complementary Color

#520bbf #78bf0b

#520bbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#520bbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#520bbf Color CSS Codes

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

#520bbf Text Font Color

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

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


#520bbf Background Color

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

This div background color is #520bbf


#520bbf Border Color

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

This div border color is #520bbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #520bbf


Comments

No comments written yet.

Please login to write comment.