Color Hex Logo

#5a376d Color Hex

#5A376D
(90,55,109)
0 Favorites   0 Comments

Color spaces of #5a376d

RGB 9055109
HSL0.770.330.32
HSV279°50°43°
CMYK 0.170.500.00   0.57
XYZ8.34306.010215.1884
Yxy6.01020.28240.2034
Hunter Lab24.515717.8433-19.5714
CIE-Lab29.438226.3563-25.3826

#5a376d color RGB value is (90,55,109).

#5a376d hex color red value is 90, green value is 55 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #5a376d hue: 0.77 , saturation: 0.33 and the lightness value of 5a376d is 0.32.

The process color (four color CMYK) of #5a376d color hex is 0.17, 0.50, 0.00, 0.57. Web safe color of #5a376d is #663366. Color #5a376d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011010 00110111 01101101
Octal 132 67 155
Decimal 90 55 109
Hex 5A 37 6D

RGB Percentages of Color #5a376d

%35.43
%21.65
%42.91

CMYK Percentages of Color #5a376d

%17
%50
%0
%57

Triadic Colors of #5a376d

#5a376d #6d5a37 #376d5a

Analogous Colors of #5a376d

#5a376d #6d3765 #3f376d

Monochromatic Colors of #5a376d

#5a376d

Complementary Color

#5a376d #4a6d37

#5a376d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5a376d Color Preview on White Background

Lorem ipsum dolor sit amet.

#5a376d Color CSS Codes

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

#5a376d Text Font Color

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

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


#5a376d Background Color

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

This div background color is #5a376d


#5a376d Border Color

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

This div border color is #5a376d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5a376d


Comments

No comments written yet.

Please login to write comment.