Color Hex Logo

#882936 Color Hex

#882936
(136,41,54)
0 Favorites   0 Comments

Color spaces of #882936

RGB 1364154
HSL0.980.540.35
HSV352°70°53°
CMYK 0.000.700.60   0.47
XYZ11.61217.08654.2458
Yxy7.08650.50610.3089
Hunter Lab26.620531.27759.1780
CIE-Lab32.003041.190814.9430

#882936 color RGB value is (136,41,54).

#882936 hex color red value is 136, green value is 41 and the blue value of its RGB is 54. Cylindrical-coordinate representations (also known as HSL) of color #882936 hue: 0.98 , saturation: 0.54 and the lightness value of 882936 is 0.35.

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

Base Numbers

BaseRedGreenBlue
Binary 10001000 00101001 00110110
Octal 210 51 66
Decimal 136 41 54
Hex 88 29 36

RGB Percentages of Color #882936

%58.87
%17.75
%23.38

CMYK Percentages of Color #882936

%0
%70
%60
%47

Triadic Colors of #882936

#882936 #368829 #293688

Analogous Colors of #882936

#882936 #884c29 #882966

Monochromatic Colors of #882936

#882936

Complementary Color

#882936 #29887b

#882936 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#882936 Color Preview on White Background

Lorem ipsum dolor sit amet.

#882936 Color CSS Codes

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

#882936 Text Font Color

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

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


#882936 Background Color

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

This div background color is #882936


#882936 Border Color

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

This div border color is #882936


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #882936


Comments

No comments written yet.

Please login to write comment.