Color Hex Logo

#580802 Color Hex

#580802
(88,8,2)
0 Favorites   0 Comments

Color spaces of #580802

RGB 8882
HSL0.010.960.18
HSV98°35°
CMYK 0.000.910.98   0.65
XYZ4.12232.25280.2750
Yxy2.25280.61990.3388
Hunter Lab15.009322.75859.4202
CIE-Lab16.761634.458524.9659

#580802 color RGB value is (88,8,2).

#580802 hex color red value is 88, green value is 8 and the blue value of its RGB is 2. Cylindrical-coordinate representations (also known as HSL) of color #580802 hue: 0.01 , saturation: 0.96 and the lightness value of 580802 is 0.18.

The process color (four color CMYK) of #580802 color hex is 0.00, 0.91, 0.98, 0.65. Web safe color of #580802 is #660000. Color #580802 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01011000 00001000 00000010
Octal 130 10 2
Decimal 88 8 2
Hex 58 8 2

RGB Percentages of Color #580802

%89.80
%8.16
%2.04

CMYK Percentages of Color #580802

%0
%91
%98
%65

Triadic Colors of #580802

#580802 #025808 #080258

Analogous Colors of #580802

#580802 #583302 #580227

Monochromatic Colors of #580802

#580802

Complementary Color

#580802 #025258

#580802 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#580802 Color Preview on White Background

Lorem ipsum dolor sit amet.

#580802 Color CSS Codes

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

#580802 Text Font Color

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

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


#580802 Background Color

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

This div background color is #580802


#580802 Border Color

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

This div border color is #580802


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #580802


Comments

No comments written yet.

Please login to write comment.