Color Hex Logo

#5a32ac Color Hex

#5A32AC
(90,50,172)
0 Favorites   0 Comments

Color spaces of #5a32ac

RGB 9050172
HSL0.720.550.44
HSV260°71°67°
CMYK 0.480.710.00   0.33
XYZ12.80347.433439.7897
Yxy7.43340.21330.1238
Hunter Lab27.264336.1118-67.4434
CIE-Lab32.773946.0779-58.8953

#5a32ac color RGB value is (90,50,172).

#5a32ac hex color red value is 90, green value is 50 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #5a32ac hue: 0.72 , saturation: 0.55 and the lightness value of 5a32ac is 0.44.

The process color (four color CMYK) of #5a32ac color hex is 0.48, 0.71, 0.00, 0.33. Web safe color of #5a32ac is #663399. Color #5a32ac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011010 00110010 10101100
Octal 132 62 254
Decimal 90 50 172
Hex 5A 32 AC

RGB Percentages of Color #5a32ac

%28.85
%16.03
%55.13

CMYK Percentages of Color #5a32ac

%48
%71
%0
%33

Triadic Colors of #5a32ac

#5a32ac #ac5a32 #32ac5a

Analogous Colors of #5a32ac

#5a32ac #9732ac #3247ac

Monochromatic Colors of #5a32ac

#5a32ac

Complementary Color

#5a32ac #84ac32

#5a32ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5a32ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#5a32ac Color CSS Codes

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

#5a32ac Text Font Color

<p style="color:#5a32ac">Text here</p>

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


#5a32ac Background Color

<div style="background-color:#5a32ac">
Div content here</div>

This div background color is #5a32ac


#5a32ac Border Color

<div style="border:3px solid #5a32ac">
Div here</div>

This div border color is #5a32ac


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(90,50,172, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5a32ac; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5a32ac;
  -webkit-box-shadow: 1px 1px 3px 2px #5a32ac;
  box-shadow:         1px 1px 3px 2px #5a32ac; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(90,50,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 #5a32ac">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5a32ac


Comments

No comments written yet.

Please login to write comment.