Color Hex Logo

#88006f Color Hex

#88006F
(136,0,111)
0 Favorites   0 Comments

Color spaces of #88006f

RGB 1360111
HSL0.861.000.27
HSV311°100°53°
CMYK 0.001.000.18   0.47
XYZ13.02266.381915.5844
Yxy6.38190.37220.1824
Hunter Lab25.262447.8062-18.8923
CIE-Lab30.356257.9532-24.6935

#88006f color RGB value is (136,0,111).

#88006f hex color red value is 136, green value is 0 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #88006f hue: 0.86 , saturation: 1.00 and the lightness value of 88006f is 0.27.

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

Base Numbers

BaseRedGreenBlue
Binary 10001000 00000000 01101111
Octal 210 0 157
Decimal 136 0 111
Hex 88 0 6F

RGB Percentages of Color #88006f

%55.06
%0.00
%44.94

CMYK Percentages of Color #88006f

%0
%100
%18
%47

Triadic Colors of #88006f

#88006f #6f8800 #006f88

Analogous Colors of #88006f

#88006f #88002b #5d0088

Monochromatic Colors of #88006f

#88006f

Complementary Color

#88006f #008819

#88006f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#88006f Color Preview on White Background

Lorem ipsum dolor sit amet.

#88006f Color CSS Codes

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

#88006f Text Font Color

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

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


#88006f Background Color

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

This div background color is #88006f


#88006f Border Color

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

This div border color is #88006f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #88006f


Comments

No comments written yet.

Please login to write comment.