Color Hex Logo

#5a4396 Color Hex

#5A4396
(90,67,150)
0 Favorites   0 Comments

Color spaces of #5a4396

RGB 9067150
HSL0.710.380.43
HSV257°55°59°
CMYK 0.400.550.00   0.41
XYZ11.72868.390029.8554
Yxy8.39000.23470.1679
Hunter Lab28.965521.5879-40.8357
CIE-Lab34.782330.0383-42.3768

#5a4396 color RGB value is (90,67,150).

#5a4396 hex color red value is 90, green value is 67 and the blue value of its RGB is 150. Cylindrical-coordinate representations (also known as HSL) of color #5a4396 hue: 0.71 , saturation: 0.38 and the lightness value of 5a4396 is 0.43.

The process color (four color CMYK) of #5a4396 color hex is 0.40, 0.55, 0.00, 0.41. Web safe color of #5a4396 is #663399. Color #5a4396 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011010 01000011 10010110
Octal 132 103 226
Decimal 90 67 150
Hex 5A 43 96

RGB Percentages of Color #5a4396

%29.32
%21.82
%48.86

CMYK Percentages of Color #5a4396

%40
%55
%0
%41

Triadic Colors of #5a4396

#5a4396 #965a43 #43965a

Analogous Colors of #5a4396

#5a4396 #844396 #435696

Monochromatic Colors of #5a4396

#5a4396

Complementary Color

#5a4396 #7f9643

#5a4396 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5a4396 Color Preview on White Background

Lorem ipsum dolor sit amet.

#5a4396 Color CSS Codes

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

#5a4396 Text Font Color

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

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


#5a4396 Background Color

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

This div background color is #5a4396


#5a4396 Border Color

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

This div border color is #5a4396


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5a4396


Comments

No comments written yet.

Please login to write comment.