Color Hex Logo

#842a0e Color Hex

#842A0E
(132,42,14)
0 Favorites   0 Comments

Color spaces of #842a0e

RGB 1324214
HSL0.040.810.29
HSV14°89°52°
CMYK 0.000.680.89   0.48
XYZ10.42296.59321.1387
Yxy6.59320.57410.3632
Hunter Lab25.677227.521615.3447
CIE-Lab30.862337.331737.0603

#842a0e color RGB value is (132,42,14).

#842a0e hex color red value is 132, green value is 42 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #842a0e hue: 0.04 , saturation: 0.81 and the lightness value of 842a0e is 0.29.

The process color (four color CMYK) of #842a0e color hex is 0.00, 0.68, 0.89, 0.48. Web safe color of #842a0e is #993300. Color #842a0e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 00101010 00001110
Octal 204 52 16
Decimal 132 42 14
Hex 84 2A E

RGB Percentages of Color #842a0e

%70.21
%22.34
%7.45

CMYK Percentages of Color #842a0e

%0
%68
%89
%48

Triadic Colors of #842a0e

#842a0e #0e842a #2a0e84

Analogous Colors of #842a0e

#842a0e #84650e #840e2d

Monochromatic Colors of #842a0e

#842a0e

Complementary Color

#842a0e #0e6884

#842a0e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#842a0e Color Preview on White Background

Lorem ipsum dolor sit amet.

#842a0e Color CSS Codes

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

#842a0e Text Font Color

<p style="color:#842a0e">Text here</p>

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


#842a0e Background Color

<div style="background-color:#842a0e">
Div content here</div>

This div background color is #842a0e


#842a0e Border Color

<div style="border:3px solid #842a0e">
Div here</div>

This div border color is #842a0e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(132,42,14, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #842a0e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #842a0e;
  -webkit-box-shadow: 1px 1px 3px 2px #842a0e;
  box-shadow:         1px 1px 3px 2px #842a0e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(132,42,14, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #842a0e


Comments

No comments written yet.

Please login to write comment.