Color Hex Logo

#88839e Color Hex

#88839E
(136,131,158)
0 Favorites   0 Comments

Color spaces of #88839e

RGB 136131158
HSL0.700.120.57
HSV251°17°62°
CMYK 0.140.170.00   0.38
XYZ24.441223.935535.6796
Yxy23.93550.29080.2848
Hunter Lab48.92393.5574-8.9927
CIE-Lab56.02327.5097-13.7070

#88839e color RGB value is (136,131,158).

#88839e hex color red value is 136, green value is 131 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #88839e hue: 0.70 , saturation: 0.12 and the lightness value of 88839e is 0.57.

The process color (four color CMYK) of #88839e color hex is 0.14, 0.17, 0.00, 0.38. Web safe color of #88839e is #999999. Color #88839e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 10000011 10011110
Octal 210 203 236
Decimal 136 131 158
Hex 88 83 9E

RGB Percentages of Color #88839e

%32.00
%30.82
%37.18

CMYK Percentages of Color #88839e

%14
%17
%0
%38

Triadic Colors of #88839e

#88839e #9e8883 #839e88

Analogous Colors of #88839e

#88839e #96839e #838c9e

Monochromatic Colors of #88839e

#88839e

Complementary Color

#88839e #999e83

#88839e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#88839e Color Preview on White Background

Lorem ipsum dolor sit amet.

#88839e Color CSS Codes

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

#88839e Text Font Color

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

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


#88839e Background Color

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

This div background color is #88839e


#88839e Border Color

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

This div border color is #88839e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #88839e


Comments

No comments written yet.

Please login to write comment.