Color Hex Logo

#881132 Color Hex

#881132
(136,17,50)
0 Favorites   0 Comments

Color spaces of #881132

RGB 1361750
HSL0.950.780.30
HSV343°88°53°
CMYK 0.000.880.63   0.47
XYZ10.92955.86543.5737
Yxy5.86540.53660.2880
Hunter Lab24.218638.17208.2042
CIE-Lab29.070348.871913.6726

#881132 color RGB value is (136,17,50).

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

The process color (four color CMYK) of #881132 color hex is 0.00, 0.88, 0.63, 0.47. Web safe color of #881132 is #990033. Color #881132 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 00010001 00110010
Octal 210 21 62
Decimal 136 17 50
Hex 88 11 32

RGB Percentages of Color #881132

%67.00
%8.37
%24.63

CMYK Percentages of Color #881132

%0
%88
%63
%47

Triadic Colors of #881132

#881132 #328811 #113288

Analogous Colors of #881132

#881132 #882c11 #88116e

Monochromatic Colors of #881132

#881132

Complementary Color

#881132 #118867

#881132 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#881132 Color Preview on White Background

Lorem ipsum dolor sit amet.

#881132 Color CSS Codes

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

#881132 Text Font Color

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

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


#881132 Background Color

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

This div background color is #881132


#881132 Border Color

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

This div border color is #881132


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #881132


Comments

No comments written yet.

Please login to write comment.