Color Hex Logo

#84434e Color Hex

#84434E
(132,67,78)
0 Favorites   0 Comments

Color spaces of #84434e

RGB 1326778
HSL0.970.330.39
HSV350°49°52°
CMYK 0.000.490.41   0.48
XYZ12.89809.46998.3558
Yxy9.46990.41980.3082
Hunter Lab30.773220.96185.4423
CIE-Lab36.873729.03586.1706

#84434e color RGB value is (132,67,78).

#84434e hex color red value is 132, green value is 67 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #84434e hue: 0.97 , saturation: 0.33 and the lightness value of 84434e is 0.39.

The process color (four color CMYK) of #84434e color hex is 0.00, 0.49, 0.41, 0.48. Web safe color of #84434e is #993366. Color #84434e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 01000011 01001110
Octal 204 103 116
Decimal 132 67 78
Hex 84 43 4E

RGB Percentages of Color #84434e

%47.65
%24.19
%28.16

CMYK Percentages of Color #84434e

%0
%49
%41
%48

Triadic Colors of #84434e

#84434e #4e8443 #434e84

Analogous Colors of #84434e

#84434e #845943 #84436f

Monochromatic Colors of #84434e

#84434e

Complementary Color

#84434e #438479

#84434e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#84434e Color Preview on White Background

Lorem ipsum dolor sit amet.

#84434e Color CSS Codes

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

#84434e Text Font Color

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

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


#84434e Background Color

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

This div background color is #84434e


#84434e Border Color

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

This div border color is #84434e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(132,67,78, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #84434e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #84434e;
  -webkit-box-shadow: 1px 1px 3px 2px #84434e;
  box-shadow:         1px 1px 3px 2px #84434e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #84434e


Comments

No comments written yet.

Please login to write comment.