Color Hex Logo

#5a183f Color Hex

#5A183F
(90,24,63)
0 Favorites   0 Comments

Color spaces of #5a183f

RGB 902463
HSL0.900.580.22
HSV325°73°35°
CMYK 0.000.730.30   0.65
XYZ5.44033.18585.0308
Yxy3.18580.39840.2333
Hunter Lab17.848823.1712-4.2171
CIE-Lab20.773134.1875-8.3646

#5a183f color RGB value is (90,24,63).

#5a183f hex color red value is 90, green value is 24 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #5a183f hue: 0.90 , saturation: 0.58 and the lightness value of 5a183f is 0.22.

The process color (four color CMYK) of #5a183f color hex is 0.00, 0.73, 0.30, 0.65. Web safe color of #5a183f is #660033. Color #5a183f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01011010 00011000 00111111
Octal 132 30 77
Decimal 90 24 63
Hex 5A 18 3F

RGB Percentages of Color #5a183f

%50.85
%13.56
%35.59

CMYK Percentages of Color #5a183f

%0
%73
%30
%65

Triadic Colors of #5a183f

#5a183f #3f5a18 #183f5a

Analogous Colors of #5a183f

#5a183f #5a181e #54185a

Monochromatic Colors of #5a183f

#5a183f

Complementary Color

#5a183f #185a33

#5a183f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5a183f Color Preview on White Background

Lorem ipsum dolor sit amet.

#5a183f Color CSS Codes

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

#5a183f Text Font Color

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

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


#5a183f Background Color

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

This div background color is #5a183f


#5a183f Border Color

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

This div border color is #5a183f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5a183f


Comments

No comments written yet.

Please login to write comment.