Color Hex Logo

#882008 Color Hex

#882008
(136,32,8)
0 Favorites   0 Comments

Color spaces of #882008

RGB 136328
HSL0.030.890.28
HSV11°94°53°
CMYK 0.000.760.94   0.47
XYZ10.71376.28480.8781
Yxy6.28480.59930.3516
Hunter Lab25.069532.412115.4719
CIE-Lab30.119942.736939.3710

#882008 color RGB value is (136,32,8).

#882008 hex color red value is 136, green value is 32 and the blue value of its RGB is 8. Cylindrical-coordinate representations (also known as HSL) of color #882008 hue: 0.03 , saturation: 0.89 and the lightness value of 882008 is 0.28.

The process color (four color CMYK) of #882008 color hex is 0.00, 0.76, 0.94, 0.47. Web safe color of #882008 is #993300. Color #882008 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 00100000 00001000
Octal 210 40 10
Decimal 136 32 8
Hex 88 20 8

RGB Percentages of Color #882008

%77.27
%18.18
%4.55

CMYK Percentages of Color #882008

%0
%76
%94
%47

Triadic Colors of #882008

#882008 #088820 #200888

Analogous Colors of #882008

#882008 #886008 #880830

Monochromatic Colors of #882008

#882008

Complementary Color

#882008 #087088

#882008 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#882008 Color Preview on White Background

Lorem ipsum dolor sit amet.

#882008 Color CSS Codes

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

#882008 Text Font Color

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

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


#882008 Background Color

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

This div background color is #882008


#882008 Border Color

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

This div border color is #882008


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #882008


Comments

No comments written yet.

Please login to write comment.