Color Hex Logo

#843432 Color Hex

#843432
(132,52,50)
0 Favorites   0 Comments

Color spaces of #843432

RGB 1325250
HSL0.000.450.36
HSV62°52°
CMYK 0.000.610.62   0.48
XYZ11.31947.59183.8864
Yxy7.59180.49650.3330
Hunter Lab27.553225.113110.9244
CIE-Lab33.117934.283118.8355

#843432 color RGB value is (132,52,50).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000100 00110100 00110010
Octal 204 64 62
Decimal 132 52 50
Hex 84 34 32

RGB Percentages of Color #843432

%56.41
%22.22
%21.37

CMYK Percentages of Color #843432

%0
%61
%62
%48

Triadic Colors of #843432

#843432 #328434 #343284

Analogous Colors of #843432

#843432 #845d32 #843259

Monochromatic Colors of #843432

#843432

Complementary Color

#843432 #328284

#843432 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#843432 Color Preview on White Background

Lorem ipsum dolor sit amet.

#843432 Color CSS Codes

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

#843432 Text Font Color

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

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


#843432 Background Color

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

This div background color is #843432


#843432 Border Color

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

This div border color is #843432


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #843432


Comments

No comments written yet.

Please login to write comment.