Color Hex Logo

#84748b Color Hex

#84748B
(132,116,139)
0 Favorites   0 Comments

Color spaces of #84748b

RGB 132116139
HSL0.780.090.50
HSV282°17°55°
CMYK 0.050.170.00   0.45
XYZ20.421319.260427.0674
Yxy19.26040.30590.2885
Hunter Lab43.88676.2578-5.8468
CIE-Lab50.990510.7168-10.2542

#84748b color RGB value is (132,116,139).

#84748b hex color red value is 132, green value is 116 and the blue value of its RGB is 139. Cylindrical-coordinate representations (also known as HSL) of color #84748b hue: 0.78 , saturation: 0.09 and the lightness value of 84748b is 0.50.

The process color (four color CMYK) of #84748b color hex is 0.05, 0.17, 0.00, 0.45. Web safe color of #84748b is #996699. Color #84748b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 01110100 10001011
Octal 204 164 213
Decimal 132 116 139
Hex 84 74 8B

RGB Percentages of Color #84748b

%34.11
%29.97
%35.92

CMYK Percentages of Color #84748b

%5
%17
%0
%45

Triadic Colors of #84748b

#84748b #8b8474 #748b84

Analogous Colors of #84748b

#84748b #8b7487 #79748b

Monochromatic Colors of #84748b

#84748b

Complementary Color

#84748b #7b8b74

#84748b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#84748b Color Preview on White Background

Lorem ipsum dolor sit amet.

#84748b Color CSS Codes

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

#84748b Text Font Color

<p style="color:#84748b">Text here</p>

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


#84748b Background Color

<div style="background-color:#84748b">
Div content here</div>

This div background color is #84748b


#84748b Border Color

<div style="border:3px solid #84748b">
Div here</div>

This div border color is #84748b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(132,116,139, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #84748b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #84748b;
  -webkit-box-shadow: 1px 1px 3px 2px #84748b;
  box-shadow:         1px 1px 3px 2px #84748b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #84748b

#84748b Color Palettes


Comments

No comments written yet.

Please login to write comment.