Color Hex Logo

#5a419d Color Hex

#5A419D
(90,65,157)
0 Favorites   0 Comments

Color spaces of #5a419d

RGB 9065157
HSL0.710.410.44
HSV256°59°62°
CMYK 0.430.590.00   0.38
XYZ12.19258.388632.8748
Yxy8.38860.22810.1569
Hunter Lab28.963124.4572-47.0235
CIE-Lab34.779433.2901-46.6220

#5a419d color RGB value is (90,65,157).

#5a419d hex color red value is 90, green value is 65 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #5a419d hue: 0.71 , saturation: 0.41 and the lightness value of 5a419d is 0.44.

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

Base Numbers

BaseRedGreenBlue
Binary 01011010 01000001 10011101
Octal 132 101 235
Decimal 90 65 157
Hex 5A 41 9D

RGB Percentages of Color #5a419d

%28.85
%20.83
%50.32

CMYK Percentages of Color #5a419d

%43
%59
%0
%38

Triadic Colors of #5a419d

#5a419d #9d5a41 #419d5a

Analogous Colors of #5a419d

#5a419d #88419d #41569d

Monochromatic Colors of #5a419d

#5a419d

Complementary Color

#5a419d #849d41

#5a419d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5a419d Color Preview on White Background

Lorem ipsum dolor sit amet.

#5a419d Color CSS Codes

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

#5a419d Text Font Color

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

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


#5a419d Background Color

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

This div background color is #5a419d


#5a419d Border Color

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

This div border color is #5a419d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5a419d


Comments

No comments written yet.

Please login to write comment.