Color Hex Logo

#521dac Color Hex

#521DAC
(82,29,172)
0 Favorites   0 Comments

Color spaces of #521dac

RGB 8229172
HSL0.730.710.39
HSV262°83°67°
CMYK 0.520.830.00   0.33
XYZ11.36545.651139.5215
Yxy5.65110.20100.1000
Hunter Lab23.772043.7397-81.9304
CIE-Lab28.514654.4576-65.9169

#521dac color RGB value is (82,29,172).

#521dac hex color red value is 82, green value is 29 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #521dac hue: 0.73 , saturation: 0.71 and the lightness value of 521dac is 0.39.

The process color (four color CMYK) of #521dac color hex is 0.52, 0.83, 0.00, 0.33. Web safe color of #521dac is #663399. Color #521dac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 00011101 10101100
Octal 122 35 254
Decimal 82 29 172
Hex 52 1D AC

RGB Percentages of Color #521dac

%28.98
%10.25
%60.78

CMYK Percentages of Color #521dac

%52
%83
%0
%33

Triadic Colors of #521dac

#521dac #ac521d #1dac52

Analogous Colors of #521dac

#521dac #9a1dac #1d30ac

Monochromatic Colors of #521dac

#521dac

Complementary Color

#521dac #77ac1d

#521dac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#521dac Color Preview on White Background

Lorem ipsum dolor sit amet.

#521dac Color CSS Codes

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

#521dac Text Font Color

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

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


#521dac Background Color

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

This div background color is #521dac


#521dac Border Color

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

This div border color is #521dac


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(82,29,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 #521dac">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #521dac


Comments

No comments written yet.

Please login to write comment.