Color Hex Logo

#847baa Color Hex

#847BAA
(132,123,170)
0 Favorites   0 Comments

Color spaces of #847baa

RGB 132123170
HSL0.700.220.57
HSV251°28°67°
CMYK 0.220.280.00   0.33
XYZ23.854421.973741.0143
Yxy21.97370.27470.2530
Hunter Lab46.87618.8022-19.0626
CIE-Lab53.999113.6689-23.7522

#847baa color RGB value is (132,123,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000100 01111011 10101010
Octal 204 173 252
Decimal 132 123 170
Hex 84 7B AA

RGB Percentages of Color #847baa

%31.06
%28.94
%40.00

CMYK Percentages of Color #847baa

%22
%28
%0
%33

Triadic Colors of #847baa

#847baa #aa847b #7baa84

Analogous Colors of #847baa

#847baa #9c7baa #7b8aaa

Monochromatic Colors of #847baa

#847baa

Complementary Color

#847baa #a1aa7b

#847baa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#847baa Color Preview on White Background

Lorem ipsum dolor sit amet.

#847baa Color CSS Codes

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

#847baa Text Font Color

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

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


#847baa Background Color

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

This div background color is #847baa


#847baa Border Color

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

This div border color is #847baa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #847baa


Comments

No comments written yet.

Please login to write comment.