Color Hex Logo

#5a469f Color Hex

#5A469F
(90,70,159)
0 Favorites   0 Comments

Color spaces of #5a469f

RGB 9070159
HSL0.700.390.45
HSV253°56°62°
CMYK 0.430.560.00   0.38
XYZ12.66469.057233.8816
Yxy9.05720.22780.1629
Hunter Lab30.095222.4495-45.6829
CIE-Lab36.094230.8365-45.7111

#5a469f color RGB value is (90,70,159).

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

The process color (four color CMYK) of #5a469f color hex is 0.43, 0.56, 0.00, 0.38. Web safe color of #5a469f is #663399. Color #5a469f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011010 01000110 10011111
Octal 132 106 237
Decimal 90 70 159
Hex 5A 46 9F

RGB Percentages of Color #5a469f

%28.21
%21.94
%49.84

CMYK Percentages of Color #5a469f

%43
%56
%0
%38

Triadic Colors of #5a469f

#5a469f #9f5a46 #469f5a

Analogous Colors of #5a469f

#5a469f #87469f #465f9f

Monochromatic Colors of #5a469f

#5a469f

Complementary Color

#5a469f #8b9f46

#5a469f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5a469f Color Preview on White Background

Lorem ipsum dolor sit amet.

#5a469f Color CSS Codes

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

#5a469f Text Font Color

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

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


#5a469f Background Color

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

This div background color is #5a469f


#5a469f Border Color

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

This div border color is #5a469f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5a469f


Comments

No comments written yet.

Please login to write comment.