Color Hex Logo

#88158f Color Hex

#88158F
(136,21,143)
0 Favorites   0 Comments

Color spaces of #88158f

RGB 13621143
HSL0.820.740.32
HSV297°85°56°
CMYK 0.050.850.00   0.44
XYZ15.37947.753726.6726
Yxy7.75370.30880.1557
Hunter Lab27.845549.8582-37.3008
CIE-Lab33.464659.2512-39.8569

#88158f color RGB value is (136,21,143).

#88158f hex color red value is 136, green value is 21 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #88158f hue: 0.82 , saturation: 0.74 and the lightness value of 88158f is 0.32.

The process color (four color CMYK) of #88158f color hex is 0.05, 0.85, 0.00, 0.44. Web safe color of #88158f is #990099. Color #88158f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 00010101 10001111
Octal 210 25 217
Decimal 136 21 143
Hex 88 15 8F

RGB Percentages of Color #88158f

%45.33
%7.00
%47.67

CMYK Percentages of Color #88158f

%5
%85
%0
%44

Triadic Colors of #88158f

#88158f #8f8815 #158f88

Analogous Colors of #88158f

#88158f #8f1559 #4b158f

Monochromatic Colors of #88158f

#88158f

Complementary Color

#88158f #1c8f15

#88158f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#88158f Color Preview on White Background

Lorem ipsum dolor sit amet.

#88158f Color CSS Codes

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

#88158f Text Font Color

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

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


#88158f Background Color

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

This div background color is #88158f


#88158f Border Color

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

This div border color is #88158f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #88158f


Comments

No comments written yet.

Please login to write comment.