Color Hex Logo

#88658c Color Hex

#88658C
(136,101,140)
0 Favorites   0 Comments

Color spaces of #88658c

RGB 136101140
HSL0.820.160.47
HSV294°28°55°
CMYK 0.030.280.00   0.45
XYZ19.540616.435126.9533
Yxy16.43510.31050.2612
Hunter Lab40.540215.0925-11.0410
CIE-Lab47.540221.2201-16.0260

#88658c color RGB value is (136,101,140).

#88658c hex color red value is 136, green value is 101 and the blue value of its RGB is 140. Cylindrical-coordinate representations (also known as HSL) of color #88658c hue: 0.82 , saturation: 0.16 and the lightness value of 88658c is 0.47.

The process color (four color CMYK) of #88658c color hex is 0.03, 0.28, 0.00, 0.45. Web safe color of #88658c is #996699. Color #88658c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 01100101 10001100
Octal 210 145 214
Decimal 136 101 140
Hex 88 65 8C

RGB Percentages of Color #88658c

%36.07
%26.79
%37.14

CMYK Percentages of Color #88658c

%3
%28
%0
%45

Triadic Colors of #88658c

#88658c #8c8865 #658c88

Analogous Colors of #88658c

#88658c #8c657d #75658c

Monochromatic Colors of #88658c

#88658c

Complementary Color

#88658c #698c65

#88658c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#88658c Color Preview on White Background

Lorem ipsum dolor sit amet.

#88658c Color CSS Codes

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

#88658c Text Font Color

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

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


#88658c Background Color

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

This div background color is #88658c


#88658c Border Color

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

This div border color is #88658c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #88658c


Comments

No comments written yet.

Please login to write comment.