Color Hex Logo

#58181f Color Hex

#58181F
(88,24,31)
0 Favorites   0 Comments

Color spaces of #58181f

RGB 882431
HSL0.980.570.22
HSV353°73°35°
CMYK 0.000.730.65   0.65
XYZ4.59852.82691.5996
Yxy2.82690.50950.3132
Hunter Lab16.813419.39676.1286
CIE-Lab19.336929.877911.9425

#58181f color RGB value is (88,24,31).

#58181f hex color red value is 88, green value is 24 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #58181f hue: 0.98 , saturation: 0.57 and the lightness value of 58181f is 0.22.

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

Base Numbers

BaseRedGreenBlue
Binary 01011000 00011000 00011111
Octal 130 30 37
Decimal 88 24 31
Hex 58 18 1F

RGB Percentages of Color #58181f

%61.54
%16.78
%21.68

CMYK Percentages of Color #58181f

%0
%73
%65
%65

Triadic Colors of #58181f

#58181f #1f5818 #181f58

Analogous Colors of #58181f

#58181f #583118 #58183f

Monochromatic Colors of #58181f

#58181f

Complementary Color

#58181f #185851

#58181f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#58181f Color Preview on White Background

Lorem ipsum dolor sit amet.

#58181f Color CSS Codes

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

#58181f Text Font Color

<p style="color:#58181f">Text here</p>

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


#58181f Background Color

<div style="background-color:#58181f">
Div content here</div>

This div background color is #58181f


#58181f Border Color

<div style="border:3px solid #58181f">
Div here</div>

This div border color is #58181f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(88,24,31, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #58181f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #58181f;
  -webkit-box-shadow: 1px 1px 3px 2px #58181f;
  box-shadow:         1px 1px 3px 2px #58181f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #58181f

#58181f Color Palettes


Comments

No comments written yet.

Please login to write comment.