Color Hex Logo

#84506a Color Hex

#84506A
(132,80,106)
0 Favorites   0 Comments

Color spaces of #84506a

RGB 13280106
HSL0.920.250.42
HSV330°39°52°
CMYK 0.000.390.20   0.48
XYZ14.985911.683515.1010
Yxy11.68350.35880.2797
Hunter Lab34.181118.4421-2.2671
CIE-Lab40.708625.6831-5.7515

#84506a color RGB value is (132,80,106).

#84506a hex color red value is 132, green value is 80 and the blue value of its RGB is 106. Cylindrical-coordinate representations (also known as HSL) of color #84506a hue: 0.92 , saturation: 0.25 and the lightness value of 84506a is 0.42.

The process color (four color CMYK) of #84506a color hex is 0.00, 0.39, 0.20, 0.48. Web safe color of #84506a is #996666. Color #84506a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 01010000 01101010
Octal 204 120 152
Decimal 132 80 106
Hex 84 50 6A

RGB Percentages of Color #84506a

%41.51
%25.16
%33.33

CMYK Percentages of Color #84506a

%0
%39
%20
%48

Triadic Colors of #84506a

#84506a #6a8450 #506a84

Analogous Colors of #84506a

#84506a #845050 #845084

Monochromatic Colors of #84506a

#84506a

Complementary Color

#84506a #50846a

#84506a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#84506a Color Preview on White Background

Lorem ipsum dolor sit amet.

#84506a Color CSS Codes

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

#84506a Text Font Color

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

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


#84506a Background Color

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

This div background color is #84506a


#84506a Border Color

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

This div border color is #84506a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #84506a


Comments

No comments written yet.

Please login to write comment.