Color Hex Logo

#580716 Color Hex

#580716
(88,7,22)
0 Favorites   0 Comments

Color spaces of #580716

RGB 88722
HSL0.970.850.19
HSV349°92°35°
CMYK 0.000.920.75   0.65
XYZ4.24532.28460.9763
Yxy2.28460.56560.3044
Hunter Lab15.114923.68406.7508
CIE-Lab16.915135.527315.2001

#580716 color RGB value is (88,7,22).

#580716 hex color red value is 88, green value is 7 and the blue value of its RGB is 22. Cylindrical-coordinate representations (also known as HSL) of color #580716 hue: 0.97 , saturation: 0.85 and the lightness value of 580716 is 0.19.

The process color (four color CMYK) of #580716 color hex is 0.00, 0.92, 0.75, 0.65. Web safe color of #580716 is #660000. Color #580716 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01011000 00000111 00010110
Octal 130 7 26
Decimal 88 7 22
Hex 58 7 16

RGB Percentages of Color #580716

%75.21
%5.98
%18.80

CMYK Percentages of Color #580716

%0
%92
%75
%65

Triadic Colors of #580716

#580716 #165807 #071658

Analogous Colors of #580716

#580716 #582107 #58073f

Monochromatic Colors of #580716

#580716

Complementary Color

#580716 #075849

#580716 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#580716 Color Preview on White Background

Lorem ipsum dolor sit amet.

#580716 Color CSS Codes

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

#580716 Text Font Color

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

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


#580716 Background Color

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

This div background color is #580716


#580716 Border Color

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

This div border color is #580716


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(88,7,22, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #580716; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #580716;
  -webkit-box-shadow: 1px 1px 3px 2px #580716;
  box-shadow:         1px 1px 3px 2px #580716; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #580716


Comments

No comments written yet.

Please login to write comment.