Color Hex Logo

#88689e Color Hex

#88689E
(136,104,158)
0 Favorites   0 Comments

Color spaces of #88689e

RGB 136104158
HSL0.770.220.51
HSV276°34°62°
CMYK 0.140.340.00   0.38
XYZ21.275217.603534.6242
Yxy17.60350.28940.2395
Hunter Lab41.956517.0894-19.5589
CIE-Lab49.011623.3635-24.4227

#88689e color RGB value is (136,104,158).

#88689e hex color red value is 136, green value is 104 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #88689e hue: 0.77 , saturation: 0.22 and the lightness value of 88689e is 0.51.

The process color (four color CMYK) of #88689e color hex is 0.14, 0.34, 0.00, 0.38. Web safe color of #88689e is #996699. Color #88689e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 01101000 10011110
Octal 210 150 236
Decimal 136 104 158
Hex 88 68 9E

RGB Percentages of Color #88689e

%34.17
%26.13
%39.70

CMYK Percentages of Color #88689e

%14
%34
%0
%38

Triadic Colors of #88689e

#88689e #9e8868 #689e88

Analogous Colors of #88689e

#88689e #9e6899 #6d689e

Monochromatic Colors of #88689e

#88689e

Complementary Color

#88689e #7e9e68

#88689e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#88689e Color Preview on White Background

Lorem ipsum dolor sit amet.

#88689e Color CSS Codes

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

#88689e Text Font Color

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

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


#88689e Background Color

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

This div background color is #88689e


#88689e Border Color

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

This div border color is #88689e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(136,104,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 #88689e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #88689e


Comments

No comments written yet.

Please login to write comment.