Color Hex Logo

#88482a Color Hex

#88482A
(136,72,42)
0 Favorites   0 Comments

Color spaces of #88482a

RGB 1367242
HSL0.050.530.35
HSV19°69°53°
CMYK 0.000.470.69   0.47
XYZ12.888610.03613.4484
Yxy10.03610.48870.3805
Hunter Lab31.679817.181215.7220
CIE-Lab37.907124.519029.6659

#88482a color RGB value is (136,72,42).

#88482a hex color red value is 136, green value is 72 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #88482a hue: 0.05 , saturation: 0.53 and the lightness value of 88482a is 0.35.

The process color (four color CMYK) of #88482a color hex is 0.00, 0.47, 0.69, 0.47. Web safe color of #88482a is #993333. Color #88482a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 01001000 00101010
Octal 210 110 52
Decimal 136 72 42
Hex 88 48 2A

RGB Percentages of Color #88482a

%54.40
%28.80
%16.80

CMYK Percentages of Color #88482a

%0
%47
%69
%47

Triadic Colors of #88482a

#88482a #2a8848 #482a88

Analogous Colors of #88482a

#88482a #88772a #882a3b

Monochromatic Colors of #88482a

#88482a

Complementary Color

#88482a #2a6a88

#88482a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#88482a Color Preview on White Background

Lorem ipsum dolor sit amet.

#88482a Color CSS Codes

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

#88482a Text Font Color

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

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


#88482a Background Color

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

This div background color is #88482a


#88482a Border Color

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

This div border color is #88482a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #88482a


Comments

No comments written yet.

Please login to write comment.