Color Hex Logo

#847caa Color Hex

#847CAA
(132,124,170)
0 Favorites   0 Comments

Color spaces of #847caa

RGB 132124170
HSL0.700.210.58
HSV250°27°67°
CMYK 0.220.270.00   0.33
XYZ23.979122.223141.0559
Yxy22.22310.27480.2547
Hunter Lab47.14148.2990-18.6373
CIE-Lab54.262913.0803-23.3462

#847caa color RGB value is (132,124,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000100 01111100 10101010
Octal 204 174 252
Decimal 132 124 170
Hex 84 7C AA

RGB Percentages of Color #847caa

%30.99
%29.11
%39.91

CMYK Percentages of Color #847caa

%22
%27
%0
%33

Triadic Colors of #847caa

#847caa #aa847c #7caa84

Analogous Colors of #847caa

#847caa #9b7caa #7c8baa

Monochromatic Colors of #847caa

#847caa

Complementary Color

#847caa #a2aa7c

#847caa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#847caa Color Preview on White Background

Lorem ipsum dolor sit amet.

#847caa Color CSS Codes

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

#847caa Text Font Color

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

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


#847caa Background Color

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

This div background color is #847caa


#847caa Border Color

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

This div border color is #847caa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(132,124,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 #847caa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #847caa


Comments

No comments written yet.

Please login to write comment.