Color Hex Logo

#842a39 Color Hex

#842A39
(132,42,57)
0 Favorites   0 Comments

Color spaces of #842a39

RGB 1324257
HSL0.970.520.34
HSV350°68°52°
CMYK 0.000.680.57   0.48
XYZ11.08226.85694.6103
Yxy6.85690.49150.3041
Hunter Lab26.185729.71917.8913
CIE-Lab31.478939.617212.1516

#842a39 color RGB value is (132,42,57).

#842a39 hex color red value is 132, green value is 42 and the blue value of its RGB is 57. Cylindrical-coordinate representations (also known as HSL) of color #842a39 hue: 0.97 , saturation: 0.52 and the lightness value of 842a39 is 0.34.

The process color (four color CMYK) of #842a39 color hex is 0.00, 0.68, 0.57, 0.48. Web safe color of #842a39 is #993333. Color #842a39 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 00101010 00111001
Octal 204 52 71
Decimal 132 42 57
Hex 84 2A 39

RGB Percentages of Color #842a39

%57.14
%18.18
%24.68

CMYK Percentages of Color #842a39

%0
%68
%57
%48

Triadic Colors of #842a39

#842a39 #39842a #2a3984

Analogous Colors of #842a39

#842a39 #84482a #842a66

Monochromatic Colors of #842a39

#842a39

Complementary Color

#842a39 #2a8475

#842a39 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#842a39 Color Preview on White Background

Lorem ipsum dolor sit amet.

#842a39 Color CSS Codes

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

#842a39 Text Font Color

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

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


#842a39 Background Color

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

This div background color is #842a39


#842a39 Border Color

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

This div border color is #842a39


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #842a39


Comments

No comments written yet.

Please login to write comment.