Color Hex Logo

#84748d Color Hex

#84748D
(132,116,141)
0 Favorites   0 Comments

Color spaces of #84748d

RGB 132116141
HSL0.770.100.50
HSV278°18°55°
CMYK 0.060.180.00   0.45
XYZ20.568819.319427.8442
Yxy19.31940.30370.2852
Hunter Lab43.95386.6123-6.7918
CIE-Lab51.058811.1415-11.3281

#84748d color RGB value is (132,116,141).

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

The process color (four color CMYK) of #84748d color hex is 0.06, 0.18, 0.00, 0.45. Web safe color of #84748d is #996699. Color #84748d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 01110100 10001101
Octal 204 164 215
Decimal 132 116 141
Hex 84 74 8D

RGB Percentages of Color #84748d

%33.93
%29.82
%36.25

CMYK Percentages of Color #84748d

%6
%18
%0
%45

Triadic Colors of #84748d

#84748d #8d8474 #748d84

Analogous Colors of #84748d

#84748d #8d748a #78748d

Monochromatic Colors of #84748d

#84748d

Complementary Color

#84748d #7d8d74

#84748d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#84748d Color Preview on White Background

Lorem ipsum dolor sit amet.

#84748d Color CSS Codes

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

#84748d Text Font Color

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

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


#84748d Background Color

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

This div background color is #84748d


#84748d Border Color

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

This div border color is #84748d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #84748d


Comments

No comments written yet.

Please login to write comment.