Color Hex Logo

#88135e Color Hex

#88135E
(136,19,94)
0 Favorites   0 Comments

Color spaces of #88135e

RGB 1361994
HSL0.890.750.30
HSV322°86°53°
CMYK 0.000.860.31   0.47
XYZ12.40666.508111.1920
Yxy6.50810.41210.2162
Hunter Lab25.511042.1646-8.1536
CIE-Lab30.659852.5146-13.2391

#88135e color RGB value is (136,19,94).

#88135e hex color red value is 136, green value is 19 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #88135e hue: 0.89 , saturation: 0.75 and the lightness value of 88135e is 0.30.

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

Base Numbers

BaseRedGreenBlue
Binary 10001000 00010011 01011110
Octal 210 23 136
Decimal 136 19 94
Hex 88 13 5E

RGB Percentages of Color #88135e

%54.62
%7.63
%37.75

CMYK Percentages of Color #88135e

%0
%86
%31
%47

Triadic Colors of #88135e

#88135e #5e8813 #135e88

Analogous Colors of #88135e

#88135e #881324 #781388

Monochromatic Colors of #88135e

#88135e

Complementary Color

#88135e #13883d

#88135e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#88135e Color Preview on White Background

Lorem ipsum dolor sit amet.

#88135e Color CSS Codes

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

#88135e Text Font Color

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

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


#88135e Background Color

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

This div background color is #88135e


#88135e Border Color

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

This div border color is #88135e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #88135e


Comments

No comments written yet.

Please login to write comment.