Color Hex Logo

#521eac Color Hex

#521EAC
(82,30,172)
0 Favorites   0 Comments

Color spaces of #521eac

RGB 8230172
HSL0.730.700.40
HSV262°83°67°
CMYK 0.520.830.00   0.33
XYZ11.39035.700939.5298
Yxy5.70090.20120.1007
Hunter Lab23.876643.3694-81.4464
CIE-Lab28.645054.0754-65.7021

#521eac color RGB value is (82,30,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010010 00011110 10101100
Octal 122 36 254
Decimal 82 30 172
Hex 52 1E AC

RGB Percentages of Color #521eac

%28.87
%10.56
%60.56

CMYK Percentages of Color #521eac

%52
%83
%0
%33

Triadic Colors of #521eac

#521eac #ac521e #1eac52

Analogous Colors of #521eac

#521eac #991eac #1e31ac

Monochromatic Colors of #521eac

#521eac

Complementary Color

#521eac #78ac1e

#521eac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#521eac Color Preview on White Background

Lorem ipsum dolor sit amet.

#521eac Color CSS Codes

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

#521eac Text Font Color

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

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


#521eac Background Color

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

This div background color is #521eac


#521eac Border Color

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

This div border color is #521eac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #521eac


Comments

No comments written yet.

Please login to write comment.