Color Hex Logo

#847ead Color Hex

#847EAD
(132,126,173)
0 Favorites   0 Comments

Color spaces of #847ead

RGB 132126173
HSL0.690.220.59
HSV248°27°68°
CMYK 0.240.270.00   0.32
XYZ24.519422.844442.6523
Yxy22.84440.27240.2538
Hunter Lab47.79587.9284-19.4525
CIE-Lab54.911712.6392-24.0766

#847ead color RGB value is (132,126,173).

#847ead hex color red value is 132, green value is 126 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #847ead hue: 0.69 , saturation: 0.22 and the lightness value of 847ead is 0.59.

The process color (four color CMYK) of #847ead color hex is 0.24, 0.27, 0.00, 0.32. Web safe color of #847ead is #996699. Color #847ead contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 01111110 10101101
Octal 204 176 255
Decimal 132 126 173
Hex 84 7E AD

RGB Percentages of Color #847ead

%30.63
%29.23
%40.14

CMYK Percentages of Color #847ead

%24
%27
%0
%32

Triadic Colors of #847ead

#847ead #ad847e #7ead84

Analogous Colors of #847ead

#847ead #9c7ead #7e90ad

Monochromatic Colors of #847ead

#847ead

Complementary Color

#847ead #a7ad7e

#847ead Color Preview on Black Background

Lorem ipsum dolor sit amet.

#847ead Color Preview on White Background

Lorem ipsum dolor sit amet.

#847ead Color CSS Codes

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

#847ead Text Font Color

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

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


#847ead Background Color

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

This div background color is #847ead


#847ead Border Color

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

This div border color is #847ead


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #847ead

#847ead Color Palettes


Comments

No comments written yet.

Please login to write comment.