Color Hex Logo

#882b38 Color Hex

#882B38
(136,43,56)
0 Favorites   0 Comments

Color spaces of #882b38

RGB 1364356
HSL0.980.520.35
HSV352°68°53°
CMYK 0.000.680.59   0.47
XYZ11.73107.24754.5220
Yxy7.24750.49920.3084
Hunter Lab26.921230.66998.8858
CIE-Lab32.363840.479514.1252

#882b38 color RGB value is (136,43,56).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001000 00101011 00111000
Octal 210 53 70
Decimal 136 43 56
Hex 88 2B 38

RGB Percentages of Color #882b38

%57.87
%18.30
%23.83

CMYK Percentages of Color #882b38

%0
%68
%59
%47

Triadic Colors of #882b38

#882b38 #38882b #2b3888

Analogous Colors of #882b38

#882b38 #884c2b #882b67

Monochromatic Colors of #882b38

#882b38

Complementary Color

#882b38 #2b887b

#882b38 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#882b38 Color Preview on White Background

Lorem ipsum dolor sit amet.

#882b38 Color CSS Codes

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

#882b38 Text Font Color

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

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


#882b38 Background Color

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

This div background color is #882b38


#882b38 Border Color

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

This div border color is #882b38


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #882b38


Comments

No comments written yet.

Please login to write comment.