Color Hex Logo

#88188e Color Hex

#88188E
(136,24,142)
0 Favorites   0 Comments

Color spaces of #88188e

RGB 13624142
HSL0.820.710.33
HSV297°83°56°
CMYK 0.040.830.00   0.44
XYZ15.36257.840526.2949
Yxy7.84050.31040.1584
Hunter Lab28.000948.9313-36.0771
CIE-Lab33.648558.3587-38.9463

#88188e color RGB value is (136,24,142).

#88188e hex color red value is 136, green value is 24 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #88188e hue: 0.82 , saturation: 0.71 and the lightness value of 88188e is 0.33.

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

Base Numbers

BaseRedGreenBlue
Binary 10001000 00011000 10001110
Octal 210 30 216
Decimal 136 24 142
Hex 88 18 8E

RGB Percentages of Color #88188e

%45.03
%7.95
%47.02

CMYK Percentages of Color #88188e

%4
%83
%0
%44

Triadic Colors of #88188e

#88188e #8e8818 #188e88

Analogous Colors of #88188e

#88188e #8e1859 #4d188e

Monochromatic Colors of #88188e

#88188e

Complementary Color

#88188e #1e8e18

#88188e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#88188e Color Preview on White Background

Lorem ipsum dolor sit amet.

#88188e Color CSS Codes

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

#88188e Text Font Color

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

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


#88188e Background Color

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

This div background color is #88188e


#88188e Border Color

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

This div border color is #88188e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #88188e


Comments

No comments written yet.

Please login to write comment.