Color Hex Logo

#882b48 Color Hex

#882B48
(136,43,72)
0 Favorites   0 Comments

Color spaces of #882b48

RGB 1364372
HSL0.950.520.35
HSV341°68°53°
CMYK 0.000.680.47   0.47
XYZ12.18697.42996.9227
Yxy7.42990.45920.2800
Hunter Lab27.257832.10564.0226
CIE-Lab32.766241.92914.2554

#882b48 color RGB value is (136,43,72).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001000 00101011 01001000
Octal 210 53 110
Decimal 136 43 72
Hex 88 2B 48

RGB Percentages of Color #882b48

%54.18
%17.13
%28.69

CMYK Percentages of Color #882b48

%0
%68
%47
%47

Triadic Colors of #882b48

#882b48 #48882b #2b4888

Analogous Colors of #882b48

#882b48 #883c2b #882b77

Monochromatic Colors of #882b48

#882b48

Complementary Color

#882b48 #2b886b

#882b48 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#882b48 Color Preview on White Background

Lorem ipsum dolor sit amet.

#882b48 Color CSS Codes

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

#882b48 Text Font Color

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

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


#882b48 Background Color

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

This div background color is #882b48


#882b48 Border Color

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

This div border color is #882b48


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #882b48


Comments

No comments written yet.

Please login to write comment.