Color Hex Logo

#88018e Color Hex

#88018E
(136,1,142)
0 Favorites   0 Comments

Color spaces of #88018e

RGB 1361142
HSL0.830.990.28
HSV297°99°56°
CMYK 0.040.990.00   0.44
XYZ15.04677.208926.1896
Yxy7.20890.31060.1488
Hunter Lab26.849453.0469-39.0384
CIE-Lab32.277862.3875-41.1431

#88018e color RGB value is (136,1,142).

#88018e hex color red value is 136, green value is 1 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #88018e hue: 0.83 , saturation: 0.99 and the lightness value of 88018e is 0.28.

The process color (four color CMYK) of #88018e color hex is 0.04, 0.99, 0.00, 0.44. Web safe color of #88018e is #990099. Color #88018e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 00000001 10001110
Octal 210 1 216
Decimal 136 1 142
Hex 88 1 8E

RGB Percentages of Color #88018e

%48.75
%0.36
%50.90

CMYK Percentages of Color #88018e

%4
%99
%0
%44

Triadic Colors of #88018e

#88018e #8e8801 #018e88

Analogous Colors of #88018e

#88018e #8e014e #42018e

Monochromatic Colors of #88018e

#88018e

Complementary Color

#88018e #078e01

#88018e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#88018e Color Preview on White Background

Lorem ipsum dolor sit amet.

#88018e Color CSS Codes

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

#88018e Text Font Color

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

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


#88018e Background Color

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

This div background color is #88018e


#88018e Border Color

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

This div border color is #88018e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #88018e


Comments

No comments written yet.

Please login to write comment.