Color Hex Logo

#5a4daf Color Hex

#5A4DAF
(90,77,175)
0 Favorites   0 Comments

Color spaces of #5a4daf

RGB 9077175
HSL0.690.390.49
HSV248°56°69°
CMYK 0.490.560.00   0.31
XYZ14.608210.576641.8290
Yxy10.57660.21800.1578
Hunter Lab32.521723.2663-53.4929
CIE-Lab38.858031.3712-50.8077

#5a4daf color RGB value is (90,77,175).

#5a4daf hex color red value is 90, green value is 77 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #5a4daf hue: 0.69 , saturation: 0.39 and the lightness value of 5a4daf is 0.49.

The process color (four color CMYK) of #5a4daf color hex is 0.49, 0.56, 0.00, 0.31. Web safe color of #5a4daf is #666699. Color #5a4daf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011010 01001101 10101111
Octal 132 115 257
Decimal 90 77 175
Hex 5A 4D AF

RGB Percentages of Color #5a4daf

%26.32
%22.51
%51.17

CMYK Percentages of Color #5a4daf

%49
%56
%0
%31

Triadic Colors of #5a4daf

#5a4daf #af5a4d #4daf5a

Analogous Colors of #5a4daf

#5a4daf #8b4daf #4d71af

Monochromatic Colors of #5a4daf

#5a4daf

Complementary Color

#5a4daf #a2af4d

#5a4daf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5a4daf Color Preview on White Background

Lorem ipsum dolor sit amet.

#5a4daf Color CSS Codes

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

#5a4daf Text Font Color

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

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


#5a4daf Background Color

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

This div background color is #5a4daf


#5a4daf Border Color

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

This div border color is #5a4daf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5a4daf


Comments

No comments written yet.

Please login to write comment.