Color Hex Logo

#88341f Color Hex

#88341F
(136,52,31)
0 Favorites   0 Comments

Color spaces of #88341f

RGB 1365231
HSL0.030.630.33
HSV12°77°53°
CMYK 0.000.620.77   0.47
XYZ11.62877.78922.1869
Yxy7.78920.53820.3605
Hunter Lab27.909125.533314.8906
CIE-Lab33.540034.684331.0487

#88341f color RGB value is (136,52,31).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001000 00110100 00011111
Octal 210 64 37
Decimal 136 52 31
Hex 88 34 1F

RGB Percentages of Color #88341f

%62.10
%23.74
%14.16

CMYK Percentages of Color #88341f

%0
%62
%77
%47

Triadic Colors of #88341f

#88341f #1f8834 #341f88

Analogous Colors of #88341f

#88341f #88691f #881f3f

Monochromatic Colors of #88341f

#88341f

Complementary Color

#88341f #1f7388

#88341f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#88341f Color Preview on White Background

Lorem ipsum dolor sit amet.

#88341f Color CSS Codes

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

#88341f Text Font Color

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

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


#88341f Background Color

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

This div background color is #88341f


#88341f Border Color

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

This div border color is #88341f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #88341f


Comments

No comments written yet.

Please login to write comment.