Color Hex Logo

#88191e Color Hex

#88191E
(136,25,30)
0 Favorites   0 Comments

Color spaces of #88191e

RGB 1362530
HSL0.990.690.32
HSV357°82°53°
CMYK 0.000.820.78   0.47
XYZ10.73536.02321.8251
Yxy6.02320.57770.3241
Hunter Lab24.542235.130912.7704
CIE-Lab29.470945.696527.2136

#88191e color RGB value is (136,25,30).

#88191e hex color red value is 136, green value is 25 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #88191e hue: 0.99 , saturation: 0.69 and the lightness value of 88191e is 0.32.

The process color (four color CMYK) of #88191e color hex is 0.00, 0.82, 0.78, 0.47. Web safe color of #88191e is #990033. Color #88191e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 00011001 00011110
Octal 210 31 36
Decimal 136 25 30
Hex 88 19 1E

RGB Percentages of Color #88191e

%71.20
%13.09
%15.71

CMYK Percentages of Color #88191e

%0
%82
%78
%47

Triadic Colors of #88191e

#88191e #1e8819 #191e88

Analogous Colors of #88191e

#88191e #884b19 #881956

Monochromatic Colors of #88191e

#88191e

Complementary Color

#88191e #198883

#88191e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#88191e Color Preview on White Background

Lorem ipsum dolor sit amet.

#88191e Color CSS Codes

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

#88191e Text Font Color

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

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


#88191e Background Color

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

This div background color is #88191e


#88191e Border Color

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

This div border color is #88191e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #88191e


Comments

No comments written yet.

Please login to write comment.