Color Hex Logo

#88005e Color Hex

#88005E
(136,0,94)
0 Favorites   0 Comments

Color spaces of #88005e

RGB 136094
HSL0.881.000.27
HSV319°100°53°
CMYK 0.001.000.31   0.47
XYZ12.17376.042411.1143
Yxy6.04240.41510.2060
Hunter Lab24.581345.3835-9.6007
CIE-Lab29.519255.8339-14.9883

#88005e color RGB value is (136,0,94).

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

The process color (four color CMYK) of #88005e color hex is 0.00, 1.00, 0.31, 0.47. Web safe color of #88005e is #990066. Color #88005e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 00000000 01011110
Octal 210 0 136
Decimal 136 0 94
Hex 88 0 5E

RGB Percentages of Color #88005e

%59.13
%0.00
%40.87

CMYK Percentages of Color #88005e

%0
%100
%31
%47

Triadic Colors of #88005e

#88005e #5e8800 #005e88

Analogous Colors of #88005e

#88005e #88001a #6e0088

Monochromatic Colors of #88005e

#88005e

Complementary Color

#88005e #00882a

#88005e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#88005e Color Preview on White Background

Lorem ipsum dolor sit amet.

#88005e Color CSS Codes

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

#88005e Text Font Color

<p style="color:#88005e">Text here</p>

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


#88005e Background Color

<div style="background-color:#88005e">
Div content here</div>

This div background color is #88005e


#88005e Border Color

<div style="border:3px solid #88005e">
Div here</div>

This div border color is #88005e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #88005e


Comments

No comments written yet.

Please login to write comment.