Color Hex Logo

#520dde Color Hex

#520DDE
(82,13,222)
0 Favorites   0 Comments

Color spaces of #520dde

RGB 8213222
HSL0.720.890.46
HSV260°94°87°
CMYK 0.630.940.00   0.13
XYZ16.80847.355669.6411
Yxy7.35560.17920.0784
Hunter Lab27.121263.1635-133.2584
CIE-Lab32.603171.1545-88.5200

#520dde color RGB value is (82,13,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010010 00001101 11011110
Octal 122 15 336
Decimal 82 13 222
Hex 52 D DE

RGB Percentages of Color #520dde

%25.87
%4.10
%70.03

CMYK Percentages of Color #520dde

%63
%94
%0
%13

Triadic Colors of #520dde

#520dde #de520d #0dde52

Analogous Colors of #520dde

#520dde #bb0dde #0d31de

Monochromatic Colors of #520dde

#520dde

Complementary Color

#520dde #99de0d

#520dde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#520dde Color Preview on White Background

Lorem ipsum dolor sit amet.

#520dde Color CSS Codes

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

#520dde Text Font Color

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

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


#520dde Background Color

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

This div background color is #520dde


#520dde Border Color

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

This div border color is #520dde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #520dde


Comments

No comments written yet.

Please login to write comment.