Color Hex Logo

#88897d Color Hex

#88897D
(136,137,125)
0 Favorites   0 Comments

Color spaces of #88897d

RGB 136137125
HSL0.180.050.51
HSV65°54°
CMYK 0.010.000.09   0.46
XYZ22.800724.606222.9498
Yxy24.60620.32410.3497
Hunter Lab49.6046-4.76087.2925
CIE-Lab56.6897-2.64246.3026

#88897d color RGB value is (136,137,125).

#88897d hex color red value is 136, green value is 137 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #88897d hue: 0.18 , saturation: 0.05 and the lightness value of 88897d is 0.51.

The process color (four color CMYK) of #88897d color hex is 0.01, 0.00, 0.09, 0.46. Web safe color of #88897d is #999966. Color #88897d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 10001001 01111101
Octal 210 211 175
Decimal 136 137 125
Hex 88 89 7D

RGB Percentages of Color #88897d

%34.17
%34.42
%31.41

CMYK Percentages of Color #88897d

%1
%0
%9
%46

Triadic Colors of #88897d

#88897d #7d8889 #897d88

Analogous Colors of #88897d

#88897d #82897d #89847d

Monochromatic Colors of #88897d

#88897d

Complementary Color

#88897d #7e7d89

#88897d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#88897d Color Preview on White Background

Lorem ipsum dolor sit amet.

#88897d Color CSS Codes

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

#88897d Text Font Color

<p style="color:#88897d">Text here</p>

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


#88897d Background Color

<div style="background-color:#88897d">
Div content here</div>

This div background color is #88897d


#88897d Border Color

<div style="border:3px solid #88897d">
Div here</div>

This div border color is #88897d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(136,137,125, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #88897d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #88897d;
  -webkit-box-shadow: 1px 1px 3px 2px #88897d;
  box-shadow:         1px 1px 3px 2px #88897d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #88897d


Comments

No comments written yet.

Please login to write comment.