Color Hex Logo

#882f37 Color Hex

#882F37
(136,47,55)
0 Favorites   0 Comments

Color spaces of #882f37

RGB 1364755
HSL0.990.490.36
HSV355°65°53°
CMYK 0.000.650.60   0.47
XYZ11.85947.54314.4453
Yxy7.54310.49730.3163
Hunter Lab27.464729.01409.6289
CIE-Lab33.012638.588015.6377

#882f37 color RGB value is (136,47,55).

#882f37 hex color red value is 136, green value is 47 and the blue value of its RGB is 55. Cylindrical-coordinate representations (also known as HSL) of color #882f37 hue: 0.99 , saturation: 0.49 and the lightness value of 882f37 is 0.36.

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

Base Numbers

BaseRedGreenBlue
Binary 10001000 00101111 00110111
Octal 210 57 67
Decimal 136 47 55
Hex 88 2F 37

RGB Percentages of Color #882f37

%57.14
%19.75
%23.11

CMYK Percentages of Color #882f37

%0
%65
%60
%47

Triadic Colors of #882f37

#882f37 #37882f #2f3788

Analogous Colors of #882f37

#882f37 #88542f #882f63

Monochromatic Colors of #882f37

#882f37

Complementary Color

#882f37 #2f8880

#882f37 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#882f37 Color Preview on White Background

Lorem ipsum dolor sit amet.

#882f37 Color CSS Codes

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

#882f37 Text Font Color

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

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


#882f37 Background Color

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

This div background color is #882f37


#882f37 Border Color

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

This div border color is #882f37


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #882f37


Comments

No comments written yet.

Please login to write comment.