Color Hex Logo

#88729f Color Hex

#88729F
(136,114,159)
0 Favorites   0 Comments

Color spaces of #88729f

RGB 136114159
HSL0.750.190.54
HSV269°28°62°
CMYK 0.140.280.00   0.38
XYZ22.428719.772135.4352
Yxy19.77210.28890.2547
Hunter Lab44.465812.2207-16.1226
CIE-Lab51.578617.6895-21.0546

#88729f color RGB value is (136,114,159).

#88729f hex color red value is 136, green value is 114 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #88729f hue: 0.75 , saturation: 0.19 and the lightness value of 88729f is 0.54.

The process color (four color CMYK) of #88729f color hex is 0.14, 0.28, 0.00, 0.38. Web safe color of #88729f is #996699. Color #88729f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 01110010 10011111
Octal 210 162 237
Decimal 136 114 159
Hex 88 72 9F

RGB Percentages of Color #88729f

%33.25
%27.87
%38.88

CMYK Percentages of Color #88729f

%14
%28
%0
%38

Triadic Colors of #88729f

#88729f #9f8872 #729f88

Analogous Colors of #88729f

#88729f #9f729f #72739f

Monochromatic Colors of #88729f

#88729f

Complementary Color

#88729f #899f72

#88729f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#88729f Color Preview on White Background

Lorem ipsum dolor sit amet.

#88729f Color CSS Codes

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

#88729f Text Font Color

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

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


#88729f Background Color

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

This div background color is #88729f


#88729f Border Color

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

This div border color is #88729f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #88729f


Comments

No comments written yet.

Please login to write comment.