Color Hex Logo

#522eaa Color Hex

#522EAA
(82,46,170)
0 Favorites   0 Comments

Color spaces of #522eaa

RGB 8246170
HSL0.720.570.42
HSV257°73°67°
CMYK 0.520.730.00   0.33
XYZ11.71246.650138.6965
Yxy6.65010.20530.1165
Hunter Lab25.787835.9432-70.9176
CIE-Lab30.996746.2407-60.6377

#522eaa color RGB value is (82,46,170).

#522eaa hex color red value is 82, green value is 46 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #522eaa hue: 0.72 , saturation: 0.57 and the lightness value of 522eaa is 0.42.

The process color (four color CMYK) of #522eaa color hex is 0.52, 0.73, 0.00, 0.33. Web safe color of #522eaa is #663399. Color #522eaa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 00101110 10101010
Octal 122 56 252
Decimal 82 46 170
Hex 52 2E AA

RGB Percentages of Color #522eaa

%27.52
%15.44
%57.05

CMYK Percentages of Color #522eaa

%52
%73
%0
%33

Triadic Colors of #522eaa

#522eaa #aa522e #2eaa52

Analogous Colors of #522eaa

#522eaa #902eaa #2e48aa

Monochromatic Colors of #522eaa

#522eaa

Complementary Color

#522eaa #86aa2e

#522eaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#522eaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#522eaa Color CSS Codes

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

#522eaa Text Font Color

<p style="color:#522eaa">Text here</p>

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


#522eaa Background Color

<div style="background-color:#522eaa">
Div content here</div>

This div background color is #522eaa


#522eaa Border Color

<div style="border:3px solid #522eaa">
Div here</div>

This div border color is #522eaa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(82,46,170, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #522eaa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #522eaa;
  -webkit-box-shadow: 1px 1px 3px 2px #522eaa;
  box-shadow:         1px 1px 3px 2px #522eaa; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #522eaa


Comments

No comments written yet.

Please login to write comment.