Color Hex Logo

#842b4c Color Hex

#842B4C
(132,43,76)
0 Favorites   0 Comments

Color spaces of #842b4c

RGB 1324376
HSL0.940.510.34
HSV338°67°52°
CMYK 0.000.670.42   0.48
XYZ11.68417.15517.6027
Yxy7.15510.44190.2706
Hunter Lab26.749031.15891.8727
CIE-Lab32.157441.03700.6733

#842b4c color RGB value is (132,43,76).

#842b4c hex color red value is 132, green value is 43 and the blue value of its RGB is 76. Cylindrical-coordinate representations (also known as HSL) of color #842b4c hue: 0.94 , saturation: 0.51 and the lightness value of 842b4c is 0.34.

The process color (four color CMYK) of #842b4c color hex is 0.00, 0.67, 0.42, 0.48. Web safe color of #842b4c is #993333. Color #842b4c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 00101011 01001100
Octal 204 53 114
Decimal 132 43 76
Hex 84 2B 4C

RGB Percentages of Color #842b4c

%52.59
%17.13
%30.28

CMYK Percentages of Color #842b4c

%0
%67
%42
%48

Triadic Colors of #842b4c

#842b4c #4c842b #2b4c84

Analogous Colors of #842b4c

#842b4c #84372b #842b79

Monochromatic Colors of #842b4c

#842b4c

Complementary Color

#842b4c #2b8463

#842b4c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#842b4c Color Preview on White Background

Lorem ipsum dolor sit amet.

#842b4c Color CSS Codes

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

#842b4c Text Font Color

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

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


#842b4c Background Color

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

This div background color is #842b4c


#842b4c Border Color

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

This div border color is #842b4c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #842b4c


Comments

No comments written yet.

Please login to write comment.