Color Hex Logo

#88280e Color Hex

#88280E
(136,40,14)
0 Favorites   0 Comments

Color spaces of #88280e

RGB 1364014
HSL0.040.810.29
HSV13°90°53°
CMYK 0.000.710.90   0.47
XYZ10.99146.78351.1455
Yxy6.78350.58090.3585
Hunter Lab26.045229.750315.6240
CIE-Lab31.308939.681137.7434

#88280e color RGB value is (136,40,14).

#88280e hex color red value is 136, green value is 40 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #88280e hue: 0.04 , saturation: 0.81 and the lightness value of 88280e is 0.29.

The process color (four color CMYK) of #88280e color hex is 0.00, 0.71, 0.90, 0.47. Web safe color of #88280e is #993300. Color #88280e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 00101000 00001110
Octal 210 50 16
Decimal 136 40 14
Hex 88 28 E

RGB Percentages of Color #88280e

%71.58
%21.05
%7.37

CMYK Percentages of Color #88280e

%0
%71
%90
%47

Triadic Colors of #88280e

#88280e #0e8828 #280e88

Analogous Colors of #88280e

#88280e #88650e #880e31

Monochromatic Colors of #88280e

#88280e

Complementary Color

#88280e #0e6e88

#88280e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#88280e Color Preview on White Background

Lorem ipsum dolor sit amet.

#88280e Color CSS Codes

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

#88280e Text Font Color

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

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


#88280e Background Color

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

This div background color is #88280e


#88280e Border Color

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

This div border color is #88280e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(136,40,14, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #88280e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #88280e;
  -webkit-box-shadow: 1px 1px 3px 2px #88280e;
  box-shadow:         1px 1px 3px 2px #88280e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #88280e


Comments

No comments written yet.

Please login to write comment.