Color Hex Logo

#58101f Color Hex

#58101F
(88,16,31)
0 Favorites   0 Comments

Color spaces of #58101f

RGB 881631
HSL0.970.690.20
HSV348°82°35°
CMYK 0.000.820.65   0.65
XYZ4.45712.54421.5525
Yxy2.54420.52110.2974
Hunter Lab15.950521.96525.3946
CIE-Lab18.117333.247610.3254

#58101f color RGB value is (88,16,31).

#58101f hex color red value is 88, green value is 16 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #58101f hue: 0.97 , saturation: 0.69 and the lightness value of 58101f is 0.20.

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

Base Numbers

BaseRedGreenBlue
Binary 01011000 00010000 00011111
Octal 130 20 37
Decimal 88 16 31
Hex 58 10 1F

RGB Percentages of Color #58101f

%65.19
%11.85
%22.96

CMYK Percentages of Color #58101f

%0
%82
%65
%65

Triadic Colors of #58101f

#58101f #1f5810 #101f58

Analogous Colors of #58101f

#58101f #582510 #581043

Monochromatic Colors of #58101f

#58101f

Complementary Color

#58101f #105849

#58101f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#58101f Color Preview on White Background

Lorem ipsum dolor sit amet.

#58101f Color CSS Codes

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

#58101f Text Font Color

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

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


#58101f Background Color

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

This div background color is #58101f


#58101f Border Color

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

This div border color is #58101f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(88,16,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 #58101f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #58101f


Comments

No comments written yet.

Please login to write comment.