Color Hex Logo

#88705a Color Hex

#88705A
(136,112,90)
1 Favorites   0 Comments

Color spaces of #88705a

RGB 13611290
HSL0.080.200.44
HSV29°34°53°
CMYK 0.000.180.34   0.47
XYZ17.793017.560812.1246
Yxy17.56080.37480.3699
Hunter Lab41.90562.455812.1795
CIE-Lab48.95906.031215.7782

#88705a color RGB value is (136,112,90).

#88705a hex color red value is 136, green value is 112 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #88705a hue: 0.08 , saturation: 0.20 and the lightness value of 88705a is 0.44.

The process color (four color CMYK) of #88705a color hex is 0.00, 0.18, 0.34, 0.47. Web safe color of #88705a is #996666. Color #88705a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 01110000 01011010
Octal 210 160 132
Decimal 136 112 90
Hex 88 70 5A

RGB Percentages of Color #88705a

%40.24
%33.14
%26.63

CMYK Percentages of Color #88705a

%0
%18
%34
%47

Triadic Colors of #88705a

#88705a #5a8870 #705a88

Analogous Colors of #88705a

#88705a #88875a #885a5b

Monochromatic Colors of #88705a

#88705a

Complementary Color

#88705a #5a7288

#88705a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#88705a Color Preview on White Background

Lorem ipsum dolor sit amet.

#88705a Color CSS Codes

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

#88705a Text Font Color

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

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


#88705a Background Color

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

This div background color is #88705a


#88705a Border Color

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

This div border color is #88705a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #88705a


Comments

No comments written yet.

Please login to write comment.