Color Hex Logo

#881119 Color Hex

#881119
(136,17,25)
0 Favorites   0 Comments

Color spaces of #881119

RGB 1361725
HSL0.990.780.30
HSV356°88°53°
CMYK 0.000.880.82   0.47
XYZ10.52935.70531.4660
Yxy5.70530.59490.3223
Hunter Lab23.885836.886113.0811
CIE-Lab28.656447.651229.4142

#881119 color RGB value is (136,17,25).

#881119 hex color red value is 136, green value is 17 and the blue value of its RGB is 25. Cylindrical-coordinate representations (also known as HSL) of color #881119 hue: 0.99 , saturation: 0.78 and the lightness value of 881119 is 0.30.

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

Base Numbers

BaseRedGreenBlue
Binary 10001000 00010001 00011001
Octal 210 21 31
Decimal 136 17 25
Hex 88 11 19

RGB Percentages of Color #881119

%76.40
%9.55
%14.04

CMYK Percentages of Color #881119

%0
%88
%82
%47

Triadic Colors of #881119

#881119 #198811 #111988

Analogous Colors of #881119

#881119 #884511 #881155

Monochromatic Colors of #881119

#881119

Complementary Color

#881119 #118880

#881119 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#881119 Color Preview on White Background

Lorem ipsum dolor sit amet.

#881119 Color CSS Codes

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

#881119 Text Font Color

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

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


#881119 Background Color

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

This div background color is #881119


#881119 Border Color

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

This div border color is #881119


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #881119


Comments

No comments written yet.

Please login to write comment.