Color Hex Logo

#58181e Color Hex

#58181E
(88,24,30)
0 Favorites   0 Comments

Color spaces of #58181e

RGB 882430
HSL0.980.570.22
HSV354°73°35°
CMYK 0.000.730.66   0.65
XYZ4.58552.82171.5313
Yxy2.82170.51300.3157
Hunter Lab16.797919.33066.3537
CIE-Lab19.315229.799512.6124

#58181e color RGB value is (88,24,30).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011000 00011000 00011110
Octal 130 30 36
Decimal 88 24 30
Hex 58 18 1E

RGB Percentages of Color #58181e

%61.97
%16.90
%21.13

CMYK Percentages of Color #58181e

%0
%73
%66
%65

Triadic Colors of #58181e

#58181e #1e5818 #181e58

Analogous Colors of #58181e

#58181e #583218 #58183e

Monochromatic Colors of #58181e

#58181e

Complementary Color

#58181e #185852

#58181e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#58181e Color Preview on White Background

Lorem ipsum dolor sit amet.

#58181e Color CSS Codes

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

#58181e Text Font Color

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

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


#58181e Background Color

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

This div background color is #58181e


#58181e Border Color

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

This div border color is #58181e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #58181e


Comments

No comments written yet.

Please login to write comment.