Color Hex Logo

#847c95 Color Hex

#847C95
(132,124,149)
0 Favorites   0 Comments

Color spaces of #847c95

RGB 132124149
HSL0.720.110.54
HSV259°17°58°
CMYK 0.110.170.00   0.42
XYZ22.148221.490831.4146
Yxy21.49080.29510.2863
Hunter Lab46.35824.1538-7.7271
CIE-Lab53.48258.1893-12.3586

#847c95 color RGB value is (132,124,149).

#847c95 hex color red value is 132, green value is 124 and the blue value of its RGB is 149. Cylindrical-coordinate representations (also known as HSL) of color #847c95 hue: 0.72 , saturation: 0.11 and the lightness value of 847c95 is 0.54.

The process color (four color CMYK) of #847c95 color hex is 0.11, 0.17, 0.00, 0.42. Web safe color of #847c95 is #996699. Color #847c95 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 01111100 10010101
Octal 204 174 225
Decimal 132 124 149
Hex 84 7C 95

RGB Percentages of Color #847c95

%32.59
%30.62
%36.79

CMYK Percentages of Color #847c95

%11
%17
%0
%42

Triadic Colors of #847c95

#847c95 #95847c #7c9584

Analogous Colors of #847c95

#847c95 #917c95 #7c8195

Monochromatic Colors of #847c95

#847c95

Complementary Color

#847c95 #8d957c

#847c95 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#847c95 Color Preview on White Background

Lorem ipsum dolor sit amet.

#847c95 Color CSS Codes

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

#847c95 Text Font Color

<p style="color:#847c95">Text here</p>

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


#847c95 Background Color

<div style="background-color:#847c95">
Div content here</div>

This div background color is #847c95


#847c95 Border Color

<div style="border:3px solid #847c95">
Div here</div>

This div border color is #847c95


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(132,124,149, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #847c95; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #847c95;
  -webkit-box-shadow: 1px 1px 3px 2px #847c95;
  box-shadow:         1px 1px 3px 2px #847c95; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #847c95


Comments

No comments written yet.

Please login to write comment.