Color Hex Logo

#842344 Color Hex

#842344
(132,35,68)
0 Favorites   0 Comments

Color spaces of #842344

RGB 1323568
HSL0.940.580.33
HSV340°73°52°
CMYK 0.000.730.48   0.48
XYZ11.16016.52506.1401
Yxy6.52500.46840.2739
Hunter Lab25.544133.28383.6292
CIE-Lab30.700143.54493.8222

#842344 color RGB value is (132,35,68).

#842344 hex color red value is 132, green value is 35 and the blue value of its RGB is 68. Cylindrical-coordinate representations (also known as HSL) of color #842344 hue: 0.94 , saturation: 0.58 and the lightness value of 842344 is 0.33.

The process color (four color CMYK) of #842344 color hex is 0.00, 0.73, 0.48, 0.48. Web safe color of #842344 is #993333. Color #842344 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 00100011 01000100
Octal 204 43 104
Decimal 132 35 68
Hex 84 23 44

RGB Percentages of Color #842344

%56.17
%14.89
%28.94

CMYK Percentages of Color #842344

%0
%73
%48
%48

Triadic Colors of #842344

#842344 #448423 #234484

Analogous Colors of #842344

#842344 #843323 #842375

Monochromatic Colors of #842344

#842344

Complementary Color

#842344 #238463

#842344 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#842344 Color Preview on White Background

Lorem ipsum dolor sit amet.

#842344 Color CSS Codes

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

#842344 Text Font Color

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

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


#842344 Background Color

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

This div background color is #842344


#842344 Border Color

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

This div border color is #842344


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(132,35,68, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #842344; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #842344;
  -webkit-box-shadow: 1px 1px 3px 2px #842344;
  box-shadow:         1px 1px 3px 2px #842344; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #842344


Comments

No comments written yet.

Please login to write comment.