Color Hex Logo

#882d3e Color Hex

#882D3E
(136,45,62)
0 Favorites   0 Comments

Color spaces of #882d3e

RGB 1364562
HSL0.970.500.35
HSV349°67°53°
CMYK 0.000.670.54   0.47
XYZ11.96127.45885.3667
Yxy7.45880.48260.3009
Hunter Lab27.310830.38307.4668
CIE-Lab32.829440.090810.8590

#882d3e color RGB value is (136,45,62).

#882d3e hex color red value is 136, green value is 45 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #882d3e hue: 0.97 , saturation: 0.50 and the lightness value of 882d3e is 0.35.

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

Base Numbers

BaseRedGreenBlue
Binary 10001000 00101101 00111110
Octal 210 55 76
Decimal 136 45 62
Hex 88 2D 3E

RGB Percentages of Color #882d3e

%55.97
%18.52
%25.51

CMYK Percentages of Color #882d3e

%0
%67
%54
%47

Triadic Colors of #882d3e

#882d3e #3e882d #2d3e88

Analogous Colors of #882d3e

#882d3e #884a2d #882d6c

Monochromatic Colors of #882d3e

#882d3e

Complementary Color

#882d3e #2d8877

#882d3e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#882d3e Color Preview on White Background

Lorem ipsum dolor sit amet.

#882d3e Color CSS Codes

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

#882d3e Text Font Color

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

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


#882d3e Background Color

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

This div background color is #882d3e


#882d3e Border Color

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

This div border color is #882d3e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #882d3e


Comments

No comments written yet.

Please login to write comment.