Color Hex Logo

#88659c Color Hex

#88659C
(136,101,156)
0 Favorites   0 Comments

Color spaces of #88659c

RGB 136101156
HSL0.770.220.50
HSV278°35°61°
CMYK 0.130.350.00   0.39
XYZ20.807816.941933.6259
Yxy16.94190.29150.2374
Hunter Lab41.160518.2058-19.6243
CIE-Lab48.186724.6793-24.5201

#88659c color RGB value is (136,101,156).

#88659c hex color red value is 136, green value is 101 and the blue value of its RGB is 156. Cylindrical-coordinate representations (also known as HSL) of color #88659c hue: 0.77 , saturation: 0.22 and the lightness value of 88659c is 0.50.

The process color (four color CMYK) of #88659c color hex is 0.13, 0.35, 0.00, 0.39. Web safe color of #88659c is #996699. Color #88659c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 01100101 10011100
Octal 210 145 234
Decimal 136 101 156
Hex 88 65 9C

RGB Percentages of Color #88659c

%34.61
%25.70
%39.69

CMYK Percentages of Color #88659c

%13
%35
%0
%39

Triadic Colors of #88659c

#88659c #9c8865 #659c88

Analogous Colors of #88659c

#88659c #9c6595 #6d659c

Monochromatic Colors of #88659c

#88659c

Complementary Color

#88659c #799c65

#88659c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#88659c Color Preview on White Background

Lorem ipsum dolor sit amet.

#88659c Color CSS Codes

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

#88659c Text Font Color

<p style="color:#88659c">Text here</p>

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


#88659c Background Color

<div style="background-color:#88659c">
Div content here</div>

This div background color is #88659c


#88659c Border Color

<div style="border:3px solid #88659c">
Div here</div>

This div border color is #88659c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #88659c

#88659c Color Palettes


Comments

No comments written yet.

Please login to write comment.