Color Hex Logo

#84729a Color Hex

#84729A
(132,114,154)
0 Favorites   0 Comments

Color spaces of #84729a

RGB 132114154
HSL0.740.170.53
HSV267°26°60°
CMYK 0.140.260.00   0.40
XYZ21.365819.273333.1659
Yxy19.27330.28950.2611
Hunter Lab43.901410.0445-14.0605
CIE-Lab51.005415.1998-19.0410

#84729a color RGB value is (132,114,154).

#84729a hex color red value is 132, green value is 114 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #84729a hue: 0.74 , saturation: 0.17 and the lightness value of 84729a is 0.53.

The process color (four color CMYK) of #84729a color hex is 0.14, 0.26, 0.00, 0.40. Web safe color of #84729a is #996699. Color #84729a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 01110010 10011010
Octal 204 162 232
Decimal 132 114 154
Hex 84 72 9A

RGB Percentages of Color #84729a

%33.00
%28.50
%38.50

CMYK Percentages of Color #84729a

%14
%26
%0
%40

Triadic Colors of #84729a

#84729a #9a8472 #729a84

Analogous Colors of #84729a

#84729a #98729a #72749a

Monochromatic Colors of #84729a

#84729a

Complementary Color

#84729a #889a72

#84729a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#84729a Color Preview on White Background

Lorem ipsum dolor sit amet.

#84729a Color CSS Codes

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

#84729a Text Font Color

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

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


#84729a Background Color

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

This div background color is #84729a


#84729a Border Color

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

This div border color is #84729a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #84729a


Comments

No comments written yet.

Please login to write comment.