Color Hex Logo

#84324e Color Hex

#84324E
(132,50,78)
0 Favorites   0 Comments

Color spaces of #84324e

RGB 1325078
HSL0.940.450.36
HSV340°62°52°
CMYK 0.000.620.41   0.48
XYZ12.03157.73688.0669
Yxy7.73680.43220.2780
Hunter Lab27.815128.53422.2754
CIE-Lab33.428637.99771.2218

#84324e color RGB value is (132,50,78).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000100 00110010 01001110
Octal 204 62 116
Decimal 132 50 78
Hex 84 32 4E

RGB Percentages of Color #84324e

%50.77
%19.23
%30.00

CMYK Percentages of Color #84324e

%0
%62
%41
%48

Triadic Colors of #84324e

#84324e #4e8432 #324e84

Analogous Colors of #84324e

#84324e #843f32 #843277

Monochromatic Colors of #84324e

#84324e

Complementary Color

#84324e #328468

#84324e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#84324e Color Preview on White Background

Lorem ipsum dolor sit amet.

#84324e Color CSS Codes

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

#84324e Text Font Color

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

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


#84324e Background Color

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

This div background color is #84324e


#84324e Border Color

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

This div border color is #84324e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #84324e


Comments

No comments written yet.

Please login to write comment.