Color Hex Logo

#5a0337 Color Hex

#5A0337
(90,3,55)
0 Favorites   0 Comments

Color spaces of #5a0337

RGB 90355
HSL0.900.940.18
HSV324°97°35°
CMYK 0.000.970.39   0.65
XYZ4.93862.51463.8395
Yxy2.51460.43730.2227
Hunter Lab15.857527.8408-3.2554
CIE-Lab17.984540.0922-6.9906

#5a0337 color RGB value is (90,3,55).

#5a0337 hex color red value is 90, green value is 3 and the blue value of its RGB is 55. Cylindrical-coordinate representations (also known as HSL) of color #5a0337 hue: 0.90 , saturation: 0.94 and the lightness value of 5a0337 is 0.18.

The process color (four color CMYK) of #5a0337 color hex is 0.00, 0.97, 0.39, 0.65. Web safe color of #5a0337 is #660033. Color #5a0337 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01011010 00000011 00110111
Octal 132 3 67
Decimal 90 3 55
Hex 5A 3 37

RGB Percentages of Color #5a0337

%60.81
%2.03
%37.16

CMYK Percentages of Color #5a0337

%0
%97
%39
%65

Triadic Colors of #5a0337

#5a0337 #375a03 #03375a

Analogous Colors of #5a0337

#5a0337 #5a030c #52035a

Monochromatic Colors of #5a0337

#5a0337

Complementary Color

#5a0337 #035a26

#5a0337 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5a0337 Color Preview on White Background

Lorem ipsum dolor sit amet.

#5a0337 Color CSS Codes

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

#5a0337 Text Font Color

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

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


#5a0337 Background Color

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

This div background color is #5a0337


#5a0337 Border Color

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

This div border color is #5a0337


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5a0337


Comments

No comments written yet.

Please login to write comment.