Color Hex Logo

#84537a Color Hex

#84537A
(132,83,122)
0 Favorites   0 Comments

Color spaces of #84537a

RGB 13283122
HSL0.870.230.42
HSV312°37°52°
CMYK 0.000.370.08   0.48
XYZ16.121812.497219.9748
Yxy12.49720.33180.2572
Hunter Lab35.351419.5390-8.7550
CIE-Lab41.995726.7946-13.6491

#84537a color RGB value is (132,83,122).

#84537a hex color red value is 132, green value is 83 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #84537a hue: 0.87 , saturation: 0.23 and the lightness value of 84537a is 0.42.

The process color (four color CMYK) of #84537a color hex is 0.00, 0.37, 0.08, 0.48. Web safe color of #84537a is #996666. Color #84537a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 01010011 01111010
Octal 204 123 172
Decimal 132 83 122
Hex 84 53 7A

RGB Percentages of Color #84537a

%39.17
%24.63
%36.20

CMYK Percentages of Color #84537a

%0
%37
%8
%48

Triadic Colors of #84537a

#84537a #7a8453 #537a84

Analogous Colors of #84537a

#84537a #845362 #765384

Monochromatic Colors of #84537a

#84537a

Complementary Color

#84537a #53845d

#84537a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#84537a Color Preview on White Background

Lorem ipsum dolor sit amet.

#84537a Color CSS Codes

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

#84537a Text Font Color

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

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


#84537a Background Color

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

This div background color is #84537a


#84537a Border Color

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

This div border color is #84537a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(132,83,122, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #84537a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #84537a;
  -webkit-box-shadow: 1px 1px 3px 2px #84537a;
  box-shadow:         1px 1px 3px 2px #84537a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #84537a


Comments

No comments written yet.

Please login to write comment.