Color Hex Logo

#843247 Color Hex

#843247
(132,50,71)
0 Favorites   0 Comments

Color spaces of #843247

RGB 1325071
HSL0.960.450.36
HSV345°62°52°
CMYK 0.000.620.46   0.48
XYZ11.79377.64176.8146
Yxy7.64170.44930.2911
Hunter Lab27.643627.77784.7346
CIE-Lab33.225337.20925.4645

#843247 color RGB value is (132,50,71).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000100 00110010 01000111
Octal 204 62 107
Decimal 132 50 71
Hex 84 32 47

RGB Percentages of Color #843247

%52.17
%19.76
%28.06

CMYK Percentages of Color #843247

%0
%62
%46
%48

Triadic Colors of #843247

#843247 #478432 #324784

Analogous Colors of #843247

#843247 #844632 #843270

Monochromatic Colors of #843247

#843247

Complementary Color

#843247 #32846f

#843247 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#843247 Color Preview on White Background

Lorem ipsum dolor sit amet.

#843247 Color CSS Codes

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

#843247 Text Font Color

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

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


#843247 Background Color

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

This div background color is #843247


#843247 Border Color

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

This div border color is #843247


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #843247


Comments

No comments written yet.

Please login to write comment.