Color Hex Logo

#520eba Color Hex

#520EBA
(82,14,186)
0 Favorites   0 Comments

Color spaces of #520eba

RGB 8214186
HSL0.730.860.39
HSV264°92°73°
CMYK 0.560.920.00   0.27
XYZ12.49965.653146.8867
Yxy5.65310.19220.0869
Hunter Lab23.776252.2322-100.2764
CIE-Lab28.519862.3707-74.2705

#520eba color RGB value is (82,14,186).

#520eba hex color red value is 82, green value is 14 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #520eba hue: 0.73 , saturation: 0.86 and the lightness value of 520eba is 0.39.

The process color (four color CMYK) of #520eba color hex is 0.56, 0.92, 0.00, 0.27. Web safe color of #520eba is #6600cc. Color #520eba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 00001110 10111010
Octal 122 16 272
Decimal 82 14 186
Hex 52 E BA

RGB Percentages of Color #520eba

%29.08
%4.96
%65.96

CMYK Percentages of Color #520eba

%56
%92
%0
%27

Triadic Colors of #520eba

#520eba #ba520e #0eba52

Analogous Colors of #520eba

#520eba #a80eba #0e20ba

Monochromatic Colors of #520eba

#520eba

Complementary Color

#520eba #76ba0e

#520eba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#520eba Color Preview on White Background

Lorem ipsum dolor sit amet.

#520eba Color CSS Codes

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

#520eba Text Font Color

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

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


#520eba Background Color

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

This div background color is #520eba


#520eba Border Color

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

This div border color is #520eba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #520eba


Comments

No comments written yet.

Please login to write comment.