Color Hex Logo

#520dda Color Hex

#520DDA
(82,13,218)
0 Favorites   0 Comments

Color spaces of #520dda

RGB 8213218
HSL0.720.890.45
HSV260°94°85°
CMYK 0.620.940.00   0.15
XYZ16.27857.143666.8506
Yxy7.14360.18030.0791
Hunter Lab26.727561.9430-129.5863
CIE-Lab32.131670.2060-86.9999

#520dda color RGB value is (82,13,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010010 00001101 11011010
Octal 122 15 332
Decimal 82 13 218
Hex 52 D DA

RGB Percentages of Color #520dda

%26.20
%4.15
%69.65

CMYK Percentages of Color #520dda

%62
%94
%0
%15

Triadic Colors of #520dda

#520dda #da520d #0dda52

Analogous Colors of #520dda

#520dda #b90dda #0d2eda

Monochromatic Colors of #520dda

#520dda

Complementary Color

#520dda #95da0d

#520dda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#520dda Color Preview on White Background

Lorem ipsum dolor sit amet.

#520dda Color CSS Codes

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

#520dda Text Font Color

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

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


#520dda Background Color

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

This div background color is #520dda


#520dda Border Color

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

This div border color is #520dda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #520dda


Comments

No comments written yet.

Please login to write comment.