Color Hex Logo

#882847 Color Hex

#882847
(136,40,71)
0 Favorites   0 Comments

Color spaces of #882847

RGB 1364071
HSL0.950.550.35
HSV341°71°53°
CMYK 0.000.710.48   0.47
XYZ12.04957.20686.7172
Yxy7.20680.46390.2775
Hunter Lab26.845533.13953.9565
CIE-Lab32.273143.10344.2030

#882847 color RGB value is (136,40,71).

#882847 hex color red value is 136, green value is 40 and the blue value of its RGB is 71. Cylindrical-coordinate representations (also known as HSL) of color #882847 hue: 0.95 , saturation: 0.55 and the lightness value of 882847 is 0.35.

The process color (four color CMYK) of #882847 color hex is 0.00, 0.71, 0.48, 0.47. Web safe color of #882847 is #993333. Color #882847 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 00101000 01000111
Octal 210 50 107
Decimal 136 40 71
Hex 88 28 47

RGB Percentages of Color #882847

%55.06
%16.19
%28.74

CMYK Percentages of Color #882847

%0
%71
%48
%47

Triadic Colors of #882847

#882847 #478828 #284788

Analogous Colors of #882847

#882847 #883928 #882877

Monochromatic Colors of #882847

#882847

Complementary Color

#882847 #288869

#882847 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#882847 Color Preview on White Background

Lorem ipsum dolor sit amet.

#882847 Color CSS Codes

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

#882847 Text Font Color

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

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


#882847 Background Color

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

This div background color is #882847


#882847 Border Color

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

This div border color is #882847


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(136,40,71, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #882847; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #882847;
  -webkit-box-shadow: 1px 1px 3px 2px #882847;
  box-shadow:         1px 1px 3px 2px #882847; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #882847


Comments

No comments written yet.

Please login to write comment.