Color Hex Logo

#88758e Color Hex

#88758E
(136,117,142)
0 Favorites   0 Comments

Color spaces of #88758e

RGB 136117142
HSL0.790.100.51
HSV286°18°56°
CMYK 0.040.180.00   0.44
XYZ21.397119.909828.3064
Yxy19.90980.30740.2860
Hunter Lab44.62047.5115-6.3783
CIE-Lab51.735112.2032-10.8607

#88758e color RGB value is (136,117,142).

#88758e hex color red value is 136, green value is 117 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #88758e hue: 0.79 , saturation: 0.10 and the lightness value of 88758e is 0.51.

The process color (four color CMYK) of #88758e color hex is 0.04, 0.18, 0.00, 0.44. Web safe color of #88758e is #996699. Color #88758e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 01110101 10001110
Octal 210 165 216
Decimal 136 117 142
Hex 88 75 8E

RGB Percentages of Color #88758e

%34.43
%29.62
%35.95

CMYK Percentages of Color #88758e

%4
%18
%0
%44

Triadic Colors of #88758e

#88758e #8e8875 #758e88

Analogous Colors of #88758e

#88758e #8e7588 #7c758e

Monochromatic Colors of #88758e

#88758e

Complementary Color

#88758e #7b8e75

#88758e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#88758e Color Preview on White Background

Lorem ipsum dolor sit amet.

#88758e Color CSS Codes

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

#88758e Text Font Color

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

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


#88758e Background Color

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

This div background color is #88758e


#88758e Border Color

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

This div border color is #88758e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #88758e


Comments

No comments written yet.

Please login to write comment.