Color Hex Logo

#847daa Color Hex

#847DAA
(132,125,170)
0 Favorites   0 Comments

Color spaces of #847daa

RGB 132125170
HSL0.690.210.58
HSV249°26°67°
CMYK 0.220.260.00   0.33
XYZ24.105022.475041.0979
Yxy22.47500.27490.2563
Hunter Lab47.40787.7966-18.2131
CIE-Lab54.527412.4923-22.9394

#847daa color RGB value is (132,125,170).

#847daa hex color red value is 132, green value is 125 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #847daa hue: 0.69 , saturation: 0.21 and the lightness value of 847daa is 0.58.

The process color (four color CMYK) of #847daa color hex is 0.22, 0.26, 0.00, 0.33. Web safe color of #847daa is #996699. Color #847daa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 01111101 10101010
Octal 204 175 252
Decimal 132 125 170
Hex 84 7D AA

RGB Percentages of Color #847daa

%30.91
%29.27
%39.81

CMYK Percentages of Color #847daa

%22
%26
%0
%33

Triadic Colors of #847daa

#847daa #aa847d #7daa84

Analogous Colors of #847daa

#847daa #9b7daa #7d8daa

Monochromatic Colors of #847daa

#847daa

Complementary Color

#847daa #a3aa7d

#847daa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#847daa Color Preview on White Background

Lorem ipsum dolor sit amet.

#847daa Color CSS Codes

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

#847daa Text Font Color

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

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


#847daa Background Color

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

This div background color is #847daa


#847daa Border Color

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

This div border color is #847daa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #847daa


Comments

No comments written yet.

Please login to write comment.