Color Hex Logo

#881419 Color Hex

#881419
(136,20,25)
0 Favorites   0 Comments

Color spaces of #881419

RGB 1362025
HSL0.990.740.31
HSV357°85°53°
CMYK 0.000.850.82   0.47
XYZ10.57905.80471.4826
Yxy5.80470.59210.3249
Hunter Lab24.092936.215113.2166
CIE-Lab28.914346.917029.6799

#881419 color RGB value is (136,20,25).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001000 00010100 00011001
Octal 210 24 31
Decimal 136 20 25
Hex 88 14 19

RGB Percentages of Color #881419

%75.14
%11.05
%13.81

CMYK Percentages of Color #881419

%0
%85
%82
%47

Triadic Colors of #881419

#881419 #198814 #141988

Analogous Colors of #881419

#881419 #884914 #881453

Monochromatic Colors of #881419

#881419

Complementary Color

#881419 #148883

#881419 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#881419 Color Preview on White Background

Lorem ipsum dolor sit amet.

#881419 Color CSS Codes

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

#881419 Text Font Color

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

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


#881419 Background Color

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

This div background color is #881419


#881419 Border Color

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

This div border color is #881419


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(136,20,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 #881419">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #881419


Comments

No comments written yet.

Please login to write comment.