Color Hex Logo

#88135f Color Hex

#88135F
(136,19,95)
0 Favorites   0 Comments

Color spaces of #88135f

RGB 1361995
HSL0.890.750.30
HSV321°86°53°
CMYK 0.000.860.30   0.47
XYZ12.45186.526211.4299
Yxy6.52620.40950.2146
Hunter Lab25.546442.2979-8.6448
CIE-Lab30.703052.6360-13.8237

#88135f color RGB value is (136,19,95).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001000 00010011 01011111
Octal 210 23 137
Decimal 136 19 95
Hex 88 13 5F

RGB Percentages of Color #88135f

%54.40
%7.60
%38.00

CMYK Percentages of Color #88135f

%0
%86
%30
%47

Triadic Colors of #88135f

#88135f #5f8813 #135f88

Analogous Colors of #88135f

#88135f #881325 #771388

Monochromatic Colors of #88135f

#88135f

Complementary Color

#88135f #13883c

#88135f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#88135f Color Preview on White Background

Lorem ipsum dolor sit amet.

#88135f Color CSS Codes

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

#88135f Text Font Color

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

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


#88135f Background Color

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

This div background color is #88135f


#88135f Border Color

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

This div border color is #88135f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #88135f


Comments

No comments written yet.

Please login to write comment.