Color Hex Logo

#88421e Color Hex

#88421E
(136,66,30)
0 Favorites   0 Comments

Color spaces of #88421e

RGB 1366630
HSL0.060.640.33
HSV20°78°53°
CMYK 0.000.510.78   0.47
XYZ12.33599.22442.3586
Yxy9.22440.51570.3857
Hunter Lab30.371719.349916.6559
CIE-Lab36.412827.234434.6148

#88421e color RGB value is (136,66,30).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001000 01000010 00011110
Octal 210 102 36
Decimal 136 66 30
Hex 88 42 1E

RGB Percentages of Color #88421e

%58.62
%28.45
%12.93

CMYK Percentages of Color #88421e

%0
%51
%78
%47

Triadic Colors of #88421e

#88421e #1e8842 #421e88

Analogous Colors of #88421e

#88421e #88771e #881e2f

Monochromatic Colors of #88421e

#88421e

Complementary Color

#88421e #1e6488

#88421e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#88421e Color Preview on White Background

Lorem ipsum dolor sit amet.

#88421e Color CSS Codes

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

#88421e Text Font Color

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

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


#88421e Background Color

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

This div background color is #88421e


#88421e Border Color

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

This div border color is #88421e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #88421e


Comments

No comments written yet.

Please login to write comment.