Color Hex Logo

#88137f Color Hex

#88137F
(136,19,127)
0 Favorites   0 Comments

Color spaces of #88137f

RGB 13619127
HSL0.850.750.30
HSV305°86°53°
CMYK 0.000.860.07   0.47
XYZ14.21707.232320.7253
Yxy7.23230.33710.1715
Hunter Lab26.892947.3017-26.8674
CIE-Lab32.330057.0967-31.7198

#88137f color RGB value is (136,19,127).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001000 00010011 01111111
Octal 210 23 177
Decimal 136 19 127
Hex 88 13 7F

RGB Percentages of Color #88137f

%48.23
%6.74
%45.04

CMYK Percentages of Color #88137f

%0
%86
%7
%47

Triadic Colors of #88137f

#88137f #7f8813 #137f88

Analogous Colors of #88137f

#88137f #881344 #571388

Monochromatic Colors of #88137f

#88137f

Complementary Color

#88137f #13881c

#88137f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#88137f Color Preview on White Background

Lorem ipsum dolor sit amet.

#88137f Color CSS Codes

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

#88137f Text Font Color

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

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


#88137f Background Color

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

This div background color is #88137f


#88137f Border Color

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

This div border color is #88137f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #88137f


Comments

No comments written yet.

Please login to write comment.