Color Hex Logo

#88657c Color Hex

#88657C
(136,101,124)
0 Favorites   0 Comments

Color spaces of #88657c

RGB 136101124
HSL0.890.150.46
HSV321°26°53°
CMYK 0.000.260.09   0.47
XYZ18.445115.996821.1843
Yxy15.99680.33160.2876
Hunter Lab39.996012.3265-3.4064
CIE-Lab46.970318.0557-7.3211

#88657c color RGB value is (136,101,124).

#88657c hex color red value is 136, green value is 101 and the blue value of its RGB is 124. Cylindrical-coordinate representations (also known as HSL) of color #88657c hue: 0.89 , saturation: 0.15 and the lightness value of 88657c is 0.46.

The process color (four color CMYK) of #88657c color hex is 0.00, 0.26, 0.09, 0.47. Web safe color of #88657c is #996666. Color #88657c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 01100101 01111100
Octal 210 145 174
Decimal 136 101 124
Hex 88 65 7C

RGB Percentages of Color #88657c

%37.67
%27.98
%34.35

CMYK Percentages of Color #88657c

%0
%26
%9
%47

Triadic Colors of #88657c

#88657c #7c8865 #657c88

Analogous Colors of #88657c

#88657c #88656b #836588

Monochromatic Colors of #88657c

#88657c

Complementary Color

#88657c #658871

#88657c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#88657c Color Preview on White Background

Lorem ipsum dolor sit amet.

#88657c Color CSS Codes

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

#88657c Text Font Color

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

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


#88657c Background Color

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

This div background color is #88657c


#88657c Border Color

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

This div border color is #88657c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #88657c


Comments

No comments written yet.

Please login to write comment.