Color Hex Logo

#881c42 Color Hex

#881C42
(136,28,66)
0 Favorites   0 Comments

Color spaces of #881c42

RGB 1362866
HSL0.940.660.32
HSV339°79°53°
CMYK 0.000.790.51   0.47
XYZ11.55206.45815.7919
Yxy6.45810.48530.2713
Hunter Lab25.412836.66914.2760
CIE-Lab30.540047.06825.0242

#881c42 color RGB value is (136,28,66).

#881c42 hex color red value is 136, green value is 28 and the blue value of its RGB is 66. Cylindrical-coordinate representations (also known as HSL) of color #881c42 hue: 0.94 , saturation: 0.66 and the lightness value of 881c42 is 0.32.

The process color (four color CMYK) of #881c42 color hex is 0.00, 0.79, 0.51, 0.47. Web safe color of #881c42 is #993333. Color #881c42 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 00011100 01000010
Octal 210 34 102
Decimal 136 28 66
Hex 88 1C 42

RGB Percentages of Color #881c42

%59.13
%12.17
%28.70

CMYK Percentages of Color #881c42

%0
%79
%51
%47

Triadic Colors of #881c42

#881c42 #42881c #1c4288

Analogous Colors of #881c42

#881c42 #882c1c #881c78

Monochromatic Colors of #881c42

#881c42

Complementary Color

#881c42 #1c8862

#881c42 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#881c42 Color Preview on White Background

Lorem ipsum dolor sit amet.

#881c42 Color CSS Codes

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

#881c42 Text Font Color

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

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


#881c42 Background Color

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

This div background color is #881c42


#881c42 Border Color

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

This div border color is #881c42


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(136,28,66, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #881c42; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #881c42;
  -webkit-box-shadow: 1px 1px 3px 2px #881c42;
  box-shadow:         1px 1px 3px 2px #881c42; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #881c42


Comments

No comments written yet.

Please login to write comment.