Color Hex Logo

#88729b Color Hex

#88729B
(136,114,155)
0 Favorites   0 Comments

Color spaces of #88729b

RGB 136114155
HSL0.760.170.53
HSV272°26°61°
CMYK 0.120.260.00   0.39
XYZ22.087119.635433.6362
Yxy19.63540.29310.2606
Hunter Lab44.311811.4270-13.9875
CIE-Lab51.422516.7857-18.9551

#88729b color RGB value is (136,114,155).

#88729b hex color red value is 136, green value is 114 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #88729b hue: 0.76 , saturation: 0.17 and the lightness value of 88729b is 0.53.

The process color (four color CMYK) of #88729b color hex is 0.12, 0.26, 0.00, 0.39. Web safe color of #88729b is #996699. Color #88729b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 01110010 10011011
Octal 210 162 233
Decimal 136 114 155
Hex 88 72 9B

RGB Percentages of Color #88729b

%33.58
%28.15
%38.27

CMYK Percentages of Color #88729b

%12
%26
%0
%39

Triadic Colors of #88729b

#88729b #9b8872 #729b88

Analogous Colors of #88729b

#88729b #9b729a #74729b

Monochromatic Colors of #88729b

#88729b

Complementary Color

#88729b #859b72

#88729b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#88729b Color Preview on White Background

Lorem ipsum dolor sit amet.

#88729b Color CSS Codes

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

#88729b Text Font Color

<p style="color:#88729b">Text here</p>

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


#88729b Background Color

<div style="background-color:#88729b">
Div content here</div>

This div background color is #88729b


#88729b Border Color

<div style="border:3px solid #88729b">
Div here</div>

This div border color is #88729b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(136,114,155, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #88729b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #88729b;
  -webkit-box-shadow: 1px 1px 3px 2px #88729b;
  box-shadow:         1px 1px 3px 2px #88729b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #88729b

#88729b Color Palettes


Comments

No comments written yet.

Please login to write comment.