Color Hex Logo

#88725f Color Hex

#88725F
(136,114,95)
0 Favorites   0 Comments

Color spaces of #88725f

RGB 13611495
HSL0.080.180.45
HSV28°30°53°
CMYK 0.000.160.30   0.47
XYZ18.236218.095113.3580
Yxy18.09510.36700.3642
Hunter Lab42.53832.080911.1584
CIE-Lab49.61135.575213.7448

#88725f color RGB value is (136,114,95).

#88725f hex color red value is 136, green value is 114 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #88725f hue: 0.08 , saturation: 0.18 and the lightness value of 88725f is 0.45.

The process color (four color CMYK) of #88725f color hex is 0.00, 0.16, 0.30, 0.47. Web safe color of #88725f is #996666. Color #88725f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 01110010 01011111
Octal 210 162 137
Decimal 136 114 95
Hex 88 72 5F

RGB Percentages of Color #88725f

%39.42
%33.04
%27.54

CMYK Percentages of Color #88725f

%0
%16
%30
%47

Triadic Colors of #88725f

#88725f #5f8872 #725f88

Analogous Colors of #88725f

#88725f #88875f #885f60

Monochromatic Colors of #88725f

#88725f

Complementary Color

#88725f #5f7588

#88725f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#88725f Color Preview on White Background

Lorem ipsum dolor sit amet.

#88725f Color CSS Codes

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

#88725f Text Font Color

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

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


#88725f Background Color

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

This div background color is #88725f


#88725f Border Color

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

This div border color is #88725f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(136,114,95, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #88725f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #88725f;
  -webkit-box-shadow: 1px 1px 3px 2px #88725f;
  box-shadow:         1px 1px 3px 2px #88725f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #88725f


Comments

No comments written yet.

Please login to write comment.