Color Hex Logo

#88211e Color Hex

#88211E
(136,33,30)
0 Favorites   0 Comments

Color spaces of #88211e

RGB 1363330
HSL0.000.640.33
HSV78°53°
CMYK 0.000.760.78   0.47
XYZ10.93156.41571.8905
Yxy6.41570.56820.3335
Hunter Lab25.329232.710213.3052
CIE-Lab30.437942.991928.2766

#88211e color RGB value is (136,33,30).

#88211e hex color red value is 136, green value is 33 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #88211e hue: 0.00 , saturation: 0.64 and the lightness value of 88211e is 0.33.

The process color (four color CMYK) of #88211e color hex is 0.00, 0.76, 0.78, 0.47. Web safe color of #88211e is #993333. Color #88211e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 00100001 00011110
Octal 210 41 36
Decimal 136 33 30
Hex 88 21 1E

RGB Percentages of Color #88211e

%68.34
%16.58
%15.08

CMYK Percentages of Color #88211e

%0
%76
%78
%47

Triadic Colors of #88211e

#88211e #1e8821 #211e88

Analogous Colors of #88211e

#88211e #88561e #881e50

Monochromatic Colors of #88211e

#88211e

Complementary Color

#88211e #1e8588

#88211e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#88211e Color Preview on White Background

Lorem ipsum dolor sit amet.

#88211e Color CSS Codes

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

#88211e Text Font Color

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

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


#88211e Background Color

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

This div background color is #88211e


#88211e Border Color

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

This div border color is #88211e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(136,33,30, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #88211e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #88211e;
  -webkit-box-shadow: 1px 1px 3px 2px #88211e;
  box-shadow:         1px 1px 3px 2px #88211e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #88211e


Comments

No comments written yet.

Please login to write comment.