Color Hex Logo

#88190e Color Hex

#88190E
(136,25,14)
0 Favorites   0 Comments

Color spaces of #88190e

RGB 1362514
HSL0.020.810.29
HSV90°53°
CMYK 0.000.820.90   0.47
XYZ10.58025.96121.0085
Yxy5.96120.60290.3397
Hunter Lab24.415634.623614.6419
CIE-Lab29.314445.201736.1263

#88190e color RGB value is (136,25,14).

#88190e hex color red value is 136, green value is 25 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #88190e hue: 0.02 , saturation: 0.81 and the lightness value of 88190e is 0.29.

The process color (four color CMYK) of #88190e color hex is 0.00, 0.82, 0.90, 0.47. Web safe color of #88190e is #990000. Color #88190e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 00011001 00001110
Octal 210 31 16
Decimal 136 25 14
Hex 88 19 E

RGB Percentages of Color #88190e

%77.71
%14.29
%8.00

CMYK Percentages of Color #88190e

%0
%82
%90
%47

Triadic Colors of #88190e

#88190e #0e8819 #190e88

Analogous Colors of #88190e

#88190e #88560e #880e40

Monochromatic Colors of #88190e

#88190e

Complementary Color

#88190e #0e7d88

#88190e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#88190e Color Preview on White Background

Lorem ipsum dolor sit amet.

#88190e Color CSS Codes

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

#88190e Text Font Color

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

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


#88190e Background Color

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

This div background color is #88190e


#88190e Border Color

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

This div border color is #88190e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #88190e

#88190e Color Palettes


Comments

No comments written yet.

Please login to write comment.