Color Hex Logo

#843244 Color Hex

#843244
(132,50,68)
0 Favorites   0 Comments

Color spaces of #843244

RGB 1325068
HSL0.960.450.36
HSV347°62°52°
CMYK 0.000.620.48   0.48
XYZ11.69977.60416.3199
Yxy7.60410.45660.2968
Hunter Lab27.575527.47655.7145
CIE-Lab33.144436.89357.2950

#843244 color RGB value is (132,50,68).

#843244 hex color red value is 132, green value is 50 and the blue value of its RGB is 68. Cylindrical-coordinate representations (also known as HSL) of color #843244 hue: 0.96 , saturation: 0.45 and the lightness value of 843244 is 0.36.

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

Base Numbers

BaseRedGreenBlue
Binary 10000100 00110010 01000100
Octal 204 62 104
Decimal 132 50 68
Hex 84 32 44

RGB Percentages of Color #843244

%52.80
%20.00
%27.20

CMYK Percentages of Color #843244

%0
%62
%48
%48

Triadic Colors of #843244

#843244 #448432 #324484

Analogous Colors of #843244

#843244 #844932 #84326d

Monochromatic Colors of #843244

#843244

Complementary Color

#843244 #328472

#843244 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#843244 Color Preview on White Background

Lorem ipsum dolor sit amet.

#843244 Color CSS Codes

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

#843244 Text Font Color

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

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


#843244 Background Color

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

This div background color is #843244


#843244 Border Color

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

This div border color is #843244


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(132,50,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 #843244">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #843244


Comments

No comments written yet.

Please login to write comment.