Color Hex Logo

#882b49 Color Hex

#882B49
(136,43,73)
0 Favorites   0 Comments

Color spaces of #882b49

RGB 1364373
HSL0.950.520.35
HSV341°68°53°
CMYK 0.000.680.46   0.47
XYZ12.21987.44307.0959
Yxy7.44300.45670.2782
Hunter Lab27.281932.20863.6762
CIE-Lab32.794942.03243.6445

#882b49 color RGB value is (136,43,73).

#882b49 hex color red value is 136, green value is 43 and the blue value of its RGB is 73. Cylindrical-coordinate representations (also known as HSL) of color #882b49 hue: 0.95 , saturation: 0.52 and the lightness value of 882b49 is 0.35.

The process color (four color CMYK) of #882b49 color hex is 0.00, 0.68, 0.46, 0.47. Web safe color of #882b49 is #993333. Color #882b49 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 00101011 01001001
Octal 210 53 111
Decimal 136 43 73
Hex 88 2B 49

RGB Percentages of Color #882b49

%53.97
%17.06
%28.97

CMYK Percentages of Color #882b49

%0
%68
%46
%47

Triadic Colors of #882b49

#882b49 #49882b #2b4988

Analogous Colors of #882b49

#882b49 #883c2b #882b78

Monochromatic Colors of #882b49

#882b49

Complementary Color

#882b49 #2b886a

#882b49 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#882b49 Color Preview on White Background

Lorem ipsum dolor sit amet.

#882b49 Color CSS Codes

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

#882b49 Text Font Color

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

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


#882b49 Background Color

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

This div background color is #882b49


#882b49 Border Color

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

This div border color is #882b49


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(136,43,73, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #882b49; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #882b49;
  -webkit-box-shadow: 1px 1px 3px 2px #882b49;
  box-shadow:         1px 1px 3px 2px #882b49; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #882b49


Comments

No comments written yet.

Please login to write comment.