Color Hex Logo

#88480a Color Hex

#88480A
(136,72,10)
0 Favorites   0 Comments

Color spaces of #88480a

RGB 1367210
HSL0.080.860.29
HSV30°93°53°
CMYK 0.000.470.93   0.47
XYZ12.52559.89091.5361
Yxy9.89090.52290.4129
Hunter Lab31.449816.054019.1190
CIE-Lab37.645923.209744.1667

#88480a color RGB value is (136,72,10).

#88480a hex color red value is 136, green value is 72 and the blue value of its RGB is 10. Cylindrical-coordinate representations (also known as HSL) of color #88480a hue: 0.08 , saturation: 0.86 and the lightness value of 88480a is 0.29.

The process color (four color CMYK) of #88480a color hex is 0.00, 0.47, 0.93, 0.47. Web safe color of #88480a is #993300. Color #88480a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 01001000 00001010
Octal 210 110 12
Decimal 136 72 10
Hex 88 48 A

RGB Percentages of Color #88480a

%62.39
%33.03
%4.59

CMYK Percentages of Color #88480a

%0
%47
%93
%47

Triadic Colors of #88480a

#88480a #0a8848 #480a88

Analogous Colors of #88480a

#88480a #88870a #880a0b

Monochromatic Colors of #88480a

#88480a

Complementary Color

#88480a #0a4a88

#88480a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#88480a Color Preview on White Background

Lorem ipsum dolor sit amet.

#88480a Color CSS Codes

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

#88480a Text Font Color

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

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


#88480a Background Color

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

This div background color is #88480a


#88480a Border Color

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

This div border color is #88480a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(136,72,10, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #88480a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #88480a;
  -webkit-box-shadow: 1px 1px 3px 2px #88480a;
  box-shadow:         1px 1px 3px 2px #88480a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #88480a

#88480a Color Palettes


Comments

No comments written yet.

Please login to write comment.