Color Hex Logo

#5a479c Color Hex

#5A479C
(90,71,156)
0 Favorites   0 Comments

Color spaces of #5a479c

RGB 9071156
HSL0.700.370.45
HSV253°54°61°
CMYK 0.420.540.00   0.39
XYZ12.47049.080432.5479
Yxy9.08040.23050.1678
Hunter Lab30.133721.1357-42.9465
CIE-Lab36.138629.3329-43.8323

#5a479c color RGB value is (90,71,156).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011010 01000111 10011100
Octal 132 107 234
Decimal 90 71 156
Hex 5A 47 9C

RGB Percentages of Color #5a479c

%28.39
%22.40
%49.21

CMYK Percentages of Color #5a479c

%42
%54
%0
%39

Triadic Colors of #5a479c

#5a479c #9c5a47 #479c5a

Analogous Colors of #5a479c

#5a479c #85479c #475f9c

Monochromatic Colors of #5a479c

#5a479c

Complementary Color

#5a479c #899c47

#5a479c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5a479c Color Preview on White Background

Lorem ipsum dolor sit amet.

#5a479c Color CSS Codes

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

#5a479c Text Font Color

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

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


#5a479c Background Color

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

This div background color is #5a479c


#5a479c Border Color

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

This div border color is #5a479c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5a479c


Comments

No comments written yet.

Please login to write comment.