Color Hex Logo

#88719a Color Hex

#88719A
(136,113,154)
0 Favorites   0 Comments

Color spaces of #88719a

RGB 136113154
HSL0.760.170.52
HSV274°27°60°
CMYK 0.120.270.00   0.40
XYZ21.891219.377633.1583
Yxy19.37760.29410.2604
Hunter Lab44.020011.7333-13.8465
CIE-Lab51.126117.1516-18.8227

#88719a color RGB value is (136,113,154).

#88719a hex color red value is 136, green value is 113 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #88719a hue: 0.76 , saturation: 0.17 and the lightness value of 88719a is 0.52.

The process color (four color CMYK) of #88719a color hex is 0.12, 0.27, 0.00, 0.40. Web safe color of #88719a is #996699. Color #88719a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 01110001 10011010
Octal 210 161 232
Decimal 136 113 154
Hex 88 71 9A

RGB Percentages of Color #88719a

%33.75
%28.04
%38.21

CMYK Percentages of Color #88719a

%12
%27
%0
%40

Triadic Colors of #88719a

#88719a #9a8871 #719a88

Analogous Colors of #88719a

#88719a #9a7198 #74719a

Monochromatic Colors of #88719a

#88719a

Complementary Color

#88719a #839a71

#88719a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#88719a Color Preview on White Background

Lorem ipsum dolor sit amet.

#88719a Color CSS Codes

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

#88719a Text Font Color

<p style="color:#88719a">Text here</p>

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


#88719a Background Color

<div style="background-color:#88719a">
Div content here</div>

This div background color is #88719a


#88719a Border Color

<div style="border:3px solid #88719a">
Div here</div>

This div border color is #88719a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(136,113,154, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #88719a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #88719a;
  -webkit-box-shadow: 1px 1px 3px 2px #88719a;
  box-shadow:         1px 1px 3px 2px #88719a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #88719a


Comments

No comments written yet.

Please login to write comment.