Color Hex Logo

#520eeb Color Hex

#520EEB
(82,14,235)
0 Favorites   0 Comments

Color spaces of #520eeb

RGB 8214235
HSL0.720.890.49
HSV258°94°92°
CMYK 0.650.940.00   0.08
XYZ18.63218.106179.1799
Yxy8.10610.17590.0765
Hunter Lab28.471266.9891-144.9587
CIE-Lab34.202974.0626-93.2952

#520eeb color RGB value is (82,14,235).

#520eeb hex color red value is 82, green value is 14 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #520eeb hue: 0.72 , saturation: 0.89 and the lightness value of 520eeb is 0.49.

The process color (four color CMYK) of #520eeb color hex is 0.65, 0.94, 0.00, 0.08. Web safe color of #520eeb is #6600ff. Color #520eeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 00001110 11101011
Octal 122 16 353
Decimal 82 14 235
Hex 52 E EB

RGB Percentages of Color #520eeb

%24.77
%4.23
%71.00

CMYK Percentages of Color #520eeb

%65
%94
%0
%8

Triadic Colors of #520eeb

#520eeb #eb520e #0eeb52

Analogous Colors of #520eeb

#520eeb #c10eeb #0e39eb

Monochromatic Colors of #520eeb

#520eeb

Complementary Color

#520eeb #a7eb0e

#520eeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#520eeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#520eeb Color CSS Codes

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

#520eeb Text Font Color

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

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


#520eeb Background Color

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

This div background color is #520eeb


#520eeb Border Color

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

This div border color is #520eeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #520eeb


Comments

No comments written yet.

Please login to write comment.