Color Hex Logo

#88321f Color Hex

#88321F
(136,50,31)
0 Favorites   0 Comments

Color spaces of #88321f

RGB 1365031
HSL0.030.630.33
HSV11°77°53°
CMYK 0.000.630.77   0.47
XYZ11.54137.61442.1578
Yxy7.61440.54150.3573
Hunter Lab27.594226.367914.6796
CIE-Lab33.166635.670330.6471

#88321f color RGB value is (136,50,31).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001000 00110010 00011111
Octal 210 62 37
Decimal 136 50 31
Hex 88 32 1F

RGB Percentages of Color #88321f

%62.67
%23.04
%14.29

CMYK Percentages of Color #88321f

%0
%63
%77
%47

Triadic Colors of #88321f

#88321f #1f8832 #321f88

Analogous Colors of #88321f

#88321f #88671f #881f41

Monochromatic Colors of #88321f

#88321f

Complementary Color

#88321f #1f7588

#88321f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#88321f Color Preview on White Background

Lorem ipsum dolor sit amet.

#88321f Color CSS Codes

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

#88321f Text Font Color

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

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


#88321f Background Color

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

This div background color is #88321f


#88321f Border Color

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

This div border color is #88321f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(136,50,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 #88321f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #88321f


Comments

No comments written yet.

Please login to write comment.