Color Hex Logo

#520edd Color Hex

#520EDD
(82,14,221)
0 Favorites   0 Comments

Color spaces of #520edd

RGB 8214221
HSL0.720.880.46
HSV260°94°87°
CMYK 0.630.940.00   0.13
XYZ16.68797.328468.9416
Yxy7.32840.17950.0788
Hunter Lab27.071062.6619-132.0438
CIE-Lab32.543170.7407-88.0446

#520edd color RGB value is (82,14,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010010 00001110 11011101
Octal 122 16 335
Decimal 82 14 221
Hex 52 E DD

RGB Percentages of Color #520edd

%25.87
%4.42
%69.72

CMYK Percentages of Color #520edd

%63
%94
%0
%13

Triadic Colors of #520edd

#520edd #dd520e #0edd52

Analogous Colors of #520edd

#520edd #ba0edd #0e32dd

Monochromatic Colors of #520edd

#520edd

Complementary Color

#520edd #99dd0e

#520edd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#520edd Color Preview on White Background

Lorem ipsum dolor sit amet.

#520edd Color CSS Codes

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

#520edd Text Font Color

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

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


#520edd Background Color

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

This div background color is #520edd


#520edd Border Color

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

This div border color is #520edd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #520edd


Comments

No comments written yet.

Please login to write comment.