Color Hex Logo

#5a1aac Color Hex

#5A1AAC
(90,26,172)
0 Favorites   0 Comments

Color spaces of #5a1aac

RGB 9026172
HSL0.740.740.39
HSV266°85°67°
CMYK 0.480.850.00   0.33
XYZ12.03225.891039.5326
Yxy5.89100.20940.1025
Hunter Lab24.271446.0140-79.5801
CIE-Lab29.135856.5061-64.8592

#5a1aac color RGB value is (90,26,172).

#5a1aac hex color red value is 90, green value is 26 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #5a1aac hue: 0.74 , saturation: 0.74 and the lightness value of 5a1aac is 0.39.

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

Base Numbers

BaseRedGreenBlue
Binary 01011010 00011010 10101100
Octal 132 32 254
Decimal 90 26 172
Hex 5A 1A AC

RGB Percentages of Color #5a1aac

%31.25
%9.03
%59.72

CMYK Percentages of Color #5a1aac

%48
%85
%0
%33

Triadic Colors of #5a1aac

#5a1aac #ac5a1a #1aac5a

Analogous Colors of #5a1aac

#5a1aac #a31aac #1a23ac

Monochromatic Colors of #5a1aac

#5a1aac

Complementary Color

#5a1aac #6cac1a

#5a1aac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5a1aac Color Preview on White Background

Lorem ipsum dolor sit amet.

#5a1aac Color CSS Codes

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

#5a1aac Text Font Color

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

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


#5a1aac Background Color

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

This div background color is #5a1aac


#5a1aac Border Color

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

This div border color is #5a1aac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5a1aac


Comments

No comments written yet.

Please login to write comment.