Color Hex Logo

#532aaa Color Hex

#532AAA
(83,42,170)
0 Favorites   0 Comments

Color spaces of #532aaa

RGB 8342170
HSL0.720.600.42
HSV259°75°67°
CMYK 0.510.750.00   0.33
XYZ11.65096.397238.6509
Yxy6.39720.20550.1128
Hunter Lab25.292737.9626-72.8989
CIE-Lab30.393248.4056-61.6225

#532aaa color RGB value is (83,42,170).

#532aaa hex color red value is 83, green value is 42 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #532aaa hue: 0.72 , saturation: 0.60 and the lightness value of 532aaa is 0.42.

The process color (four color CMYK) of #532aaa color hex is 0.51, 0.75, 0.00, 0.33. Web safe color of #532aaa is #663399. Color #532aaa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 00101010 10101010
Octal 123 52 252
Decimal 83 42 170
Hex 53 2A AA

RGB Percentages of Color #532aaa

%28.14
%14.24
%57.63

CMYK Percentages of Color #532aaa

%51
%75
%0
%33

Triadic Colors of #532aaa

#532aaa #aa532a #2aaa53

Analogous Colors of #532aaa

#532aaa #932aaa #2a41aa

Monochromatic Colors of #532aaa

#532aaa

Complementary Color

#532aaa #81aa2a

#532aaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#532aaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#532aaa Color CSS Codes

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

#532aaa Text Font Color

<p style="color:#532aaa">Text here</p>

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


#532aaa Background Color

<div style="background-color:#532aaa">
Div content here</div>

This div background color is #532aaa


#532aaa Border Color

<div style="border:3px solid #532aaa">
Div here</div>

This div border color is #532aaa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(83,42,170, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #532aaa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #532aaa;
  -webkit-box-shadow: 1px 1px 3px 2px #532aaa;
  box-shadow:         1px 1px 3px 2px #532aaa; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(83,42,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 #532aaa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #532aaa


Comments

No comments written yet.

Please login to write comment.