Color Hex Logo

#88221f Color Hex

#88221F
(136,34,31)
0 Favorites   0 Comments

Color spaces of #88221f

RGB 1363431
HSL0.000.630.33
HSV77°53°
CMYK 0.000.750.77   0.47
XYZ10.97276.47721.9682
Yxy6.47720.56510.3336
Hunter Lab25.450332.420713.2301
CIE-Lab30.585842.659527.8316

#88221f color RGB value is (136,34,31).

#88221f hex color red value is 136, green value is 34 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #88221f hue: 0.00 , saturation: 0.63 and the lightness value of 88221f is 0.33.

The process color (four color CMYK) of #88221f color hex is 0.00, 0.75, 0.77, 0.47. Web safe color of #88221f is #993333. Color #88221f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 00100010 00011111
Octal 210 42 37
Decimal 136 34 31
Hex 88 22 1F

RGB Percentages of Color #88221f

%67.66
%16.92
%15.42

CMYK Percentages of Color #88221f

%0
%75
%77
%47

Triadic Colors of #88221f

#88221f #1f8822 #221f88

Analogous Colors of #88221f

#88221f #88571f #881f50

Monochromatic Colors of #88221f

#88221f

Complementary Color

#88221f #1f8588

#88221f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#88221f Color Preview on White Background

Lorem ipsum dolor sit amet.

#88221f Color CSS Codes

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

#88221f Text Font Color

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

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


#88221f Background Color

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

This div background color is #88221f


#88221f Border Color

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

This div border color is #88221f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(136,34,31, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #88221f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #88221f;
  -webkit-box-shadow: 1px 1px 3px 2px #88221f;
  box-shadow:         1px 1px 3px 2px #88221f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #88221f


Comments

No comments written yet.

Please login to write comment.