Color Hex Logo

#58141f Color Hex

#58141F
(88,20,31)
0 Favorites   0 Comments

Color spaces of #58141f

RGB 882031
HSL0.970.630.21
HSV350°77°35°
CMYK 0.000.770.65   0.65
XYZ4.52202.67391.5741
Yxy2.67390.51560.3049
Hunter Lab16.352120.74635.7390
CIE-Lab18.687531.660911.0845

#58141f color RGB value is (88,20,31).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011000 00010100 00011111
Octal 130 24 37
Decimal 88 20 31
Hex 58 14 1F

RGB Percentages of Color #58141f

%63.31
%14.39
%22.30

CMYK Percentages of Color #58141f

%0
%77
%65
%65

Triadic Colors of #58141f

#58141f #1f5814 #141f58

Analogous Colors of #58141f

#58141f #582b14 #581441

Monochromatic Colors of #58141f

#58141f

Complementary Color

#58141f #14584d

#58141f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#58141f Color Preview on White Background

Lorem ipsum dolor sit amet.

#58141f Color CSS Codes

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

#58141f Text Font Color

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

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


#58141f Background Color

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

This div background color is #58141f


#58141f Border Color

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

This div border color is #58141f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #58141f


Comments

No comments written yet.

Please login to write comment.