Color Hex Logo

#88106f Color Hex

#88106F
(136,16,111)
0 Favorites   0 Comments

Color spaces of #88106f

RGB 13616111
HSL0.870.790.30
HSV313°88°53°
CMYK 0.000.880.18   0.47
XYZ13.20796.752515.6462
Yxy6.75250.37090.1896
Hunter Lab25.985645.2529-17.5093
CIE-Lab31.236755.3749-23.3136

#88106f color RGB value is (136,16,111).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001000 00010000 01101111
Octal 210 20 157
Decimal 136 16 111
Hex 88 10 6F

RGB Percentages of Color #88106f

%51.71
%6.08
%42.21

CMYK Percentages of Color #88106f

%0
%88
%18
%47

Triadic Colors of #88106f

#88106f #6f8810 #106f88

Analogous Colors of #88106f

#88106f #881033 #651088

Monochromatic Colors of #88106f

#88106f

Complementary Color

#88106f #108829

#88106f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#88106f Color Preview on White Background

Lorem ipsum dolor sit amet.

#88106f Color CSS Codes

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

#88106f Text Font Color

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

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


#88106f Background Color

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

This div background color is #88106f


#88106f Border Color

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

This div border color is #88106f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(136,16,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 #88106f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #88106f


Comments

No comments written yet.

Please login to write comment.