Color Hex Logo

#520dac Color Hex

#520DAC
(82,13,172)
0 Favorites   0 Comments

Color spaces of #520dac

RGB 8213172
HSL0.740.860.36
HSV266°92°67°
CMYK 0.520.920.00   0.33
XYZ11.07005.060239.4230
Yxy5.06020.19930.0911
Hunter Lab22.494948.4759-88.1612
CIE-Lab26.905659.2400-68.5724

#520dac color RGB value is (82,13,172).

#520dac hex color red value is 82, green value is 13 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #520dac hue: 0.74 , saturation: 0.86 and the lightness value of 520dac is 0.36.

The process color (four color CMYK) of #520dac color hex is 0.52, 0.92, 0.00, 0.33. Web safe color of #520dac is #660099. Color #520dac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 00001101 10101100
Octal 122 15 254
Decimal 82 13 172
Hex 52 D AC

RGB Percentages of Color #520dac

%30.71
%4.87
%64.42

CMYK Percentages of Color #520dac

%52
%92
%0
%33

Triadic Colors of #520dac

#520dac #ac520d #0dac52

Analogous Colors of #520dac

#520dac #a20dac #0d17ac

Monochromatic Colors of #520dac

#520dac

Complementary Color

#520dac #67ac0d

#520dac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#520dac Color Preview on White Background

Lorem ipsum dolor sit amet.

#520dac Color CSS Codes

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

#520dac Text Font Color

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

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


#520dac Background Color

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

This div background color is #520dac


#520dac Border Color

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

This div border color is #520dac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #520dac


Comments

No comments written yet.

Please login to write comment.