Color Hex Logo

#88657e Color Hex

#88657E
(136,101,126)
0 Favorites   0 Comments

Color spaces of #88657e

RGB 136101126
HSL0.880.150.46
HSV317°26°53°
CMYK 0.000.260.07   0.47
XYZ18.572916.048021.8573
Yxy16.04800.32890.2841
Hunter Lab40.060012.6526-4.3075
CIE-Lab47.037418.4334-8.4198

#88657e color RGB value is (136,101,126).

#88657e hex color red value is 136, green value is 101 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #88657e hue: 0.88 , saturation: 0.15 and the lightness value of 88657e is 0.46.

The process color (four color CMYK) of #88657e color hex is 0.00, 0.26, 0.07, 0.47. Web safe color of #88657e is #996666. Color #88657e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 01100101 01111110
Octal 210 145 176
Decimal 136 101 126
Hex 88 65 7E

RGB Percentages of Color #88657e

%37.47
%27.82
%34.71

CMYK Percentages of Color #88657e

%0
%26
%7
%47

Triadic Colors of #88657e

#88657e #7e8865 #657e88

Analogous Colors of #88657e

#88657e #88656d #816588

Monochromatic Colors of #88657e

#88657e

Complementary Color

#88657e #65886f

#88657e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#88657e Color Preview on White Background

Lorem ipsum dolor sit amet.

#88657e Color CSS Codes

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

#88657e Text Font Color

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

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


#88657e Background Color

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

This div background color is #88657e


#88657e Border Color

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

This div border color is #88657e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #88657e


Comments

No comments written yet.

Please login to write comment.