Color Hex Logo

#88166f Color Hex

#88166F
(136,22,111)
0 Favorites   0 Comments

Color spaces of #88166f

RGB 13622111
HSL0.870.720.31
HSV313°84°53°
CMYK 0.000.840.18   0.47
XYZ13.30956.955815.6800
Yxy6.95580.37030.1935
Hunter Lab26.373943.9254-16.7879
CIE-Lab31.706154.0141-22.5797

#88166f color RGB value is (136,22,111).

#88166f hex color red value is 136, green value is 22 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #88166f hue: 0.87 , saturation: 0.72 and the lightness value of 88166f is 0.31.

The process color (four color CMYK) of #88166f color hex is 0.00, 0.84, 0.18, 0.47. Web safe color of #88166f is #990066. Color #88166f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 00010110 01101111
Octal 210 26 157
Decimal 136 22 111
Hex 88 16 6F

RGB Percentages of Color #88166f

%50.56
%8.18
%41.26

CMYK Percentages of Color #88166f

%0
%84
%18
%47

Triadic Colors of #88166f

#88166f #6f8816 #166f88

Analogous Colors of #88166f

#88166f #881636 #681688

Monochromatic Colors of #88166f

#88166f

Complementary Color

#88166f #16882f

#88166f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#88166f Color Preview on White Background

Lorem ipsum dolor sit amet.

#88166f Color CSS Codes

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

#88166f Text Font Color

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

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


#88166f Background Color

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

This div background color is #88166f


#88166f Border Color

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

This div border color is #88166f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #88166f


Comments

No comments written yet.

Please login to write comment.