Color Hex Logo

#5a479a Color Hex

#5A479A
(90,71,154)
0 Favorites   0 Comments

Color spaces of #5a479a

RGB 9071154
HSL0.700.370.44
HSV254°54°60°
CMYK 0.420.540.00   0.40
XYZ12.30249.013231.6632
Yxy9.01320.23220.1701
Hunter Lab30.022020.6072-41.5158
CIE-Lab36.009728.7426-42.8319

#5a479a color RGB value is (90,71,154).

#5a479a hex color red value is 90, green value is 71 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #5a479a hue: 0.70 , saturation: 0.37 and the lightness value of 5a479a is 0.44.

The process color (four color CMYK) of #5a479a color hex is 0.42, 0.54, 0.00, 0.40. Web safe color of #5a479a is #663399. Color #5a479a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011010 01000111 10011010
Octal 132 107 232
Decimal 90 71 154
Hex 5A 47 9A

RGB Percentages of Color #5a479a

%28.57
%22.54
%48.89

CMYK Percentages of Color #5a479a

%42
%54
%0
%40

Triadic Colors of #5a479a

#5a479a #9a5a47 #479a5a

Analogous Colors of #5a479a

#5a479a #84479a #475d9a

Monochromatic Colors of #5a479a

#5a479a

Complementary Color

#5a479a #879a47

#5a479a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5a479a Color Preview on White Background

Lorem ipsum dolor sit amet.

#5a479a Color CSS Codes

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

#5a479a Text Font Color

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

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


#5a479a Background Color

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

This div background color is #5a479a


#5a479a Border Color

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

This div border color is #5a479a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(90,71,154, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5a479a


Comments

No comments written yet.

Please login to write comment.