Color Hex Logo

#58130d Color Hex

#58130D
(88,19,13)
0 Favorites   0 Comments

Color spaces of #58130d

RGB 881913
HSL0.010.740.20
HSV85°35°
CMYK 0.000.780.85   0.65
XYZ4.33002.56950.6485
Yxy2.56950.57370.3404
Hunter Lab16.029720.16538.8221
CIE-Lab18.230031.031322.1553

#58130d color RGB value is (88,19,13).

#58130d hex color red value is 88, green value is 19 and the blue value of its RGB is 13. Cylindrical-coordinate representations (also known as HSL) of color #58130d hue: 0.01 , saturation: 0.74 and the lightness value of 58130d is 0.20.

The process color (four color CMYK) of #58130d color hex is 0.00, 0.78, 0.85, 0.65. Web safe color of #58130d is #660000. Color #58130d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01011000 00010011 00001101
Octal 130 23 15
Decimal 88 19 13
Hex 58 13 D

RGB Percentages of Color #58130d

%73.33
%15.83
%10.83

CMYK Percentages of Color #58130d

%0
%78
%85
%65

Triadic Colors of #58130d

#58130d #0d5813 #130d58

Analogous Colors of #58130d

#58130d #58390d #580d2d

Monochromatic Colors of #58130d

#58130d

Complementary Color

#58130d #0d5258

#58130d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#58130d Color Preview on White Background

Lorem ipsum dolor sit amet.

#58130d Color CSS Codes

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

#58130d Text Font Color

<p style="color:#58130d">Text here</p>

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


#58130d Background Color

<div style="background-color:#58130d">
Div content here</div>

This div background color is #58130d


#58130d Border Color

<div style="border:3px solid #58130d">
Div here</div>

This div border color is #58130d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(88,19,13, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #58130d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #58130d;
  -webkit-box-shadow: 1px 1px 3px 2px #58130d;
  box-shadow:         1px 1px 3px 2px #58130d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #58130d


Comments

No comments written yet.

Please login to write comment.