Color Hex Logo

#847891 Color Hex

#847891
(132,120,145)
0 Favorites   0 Comments

Color spaces of #847891

RGB 132120145
HSL0.750.100.52
HSV269°17°57°
CMYK 0.090.170.00   0.43
XYZ21.343020.382829.5974
Yxy20.38280.29920.2858
Hunter Lab45.14735.3765-7.2659
CIE-Lab52.26739.6526-11.8549

#847891 color RGB value is (132,120,145).

#847891 hex color red value is 132, green value is 120 and the blue value of its RGB is 145. Cylindrical-coordinate representations (also known as HSL) of color #847891 hue: 0.75 , saturation: 0.10 and the lightness value of 847891 is 0.52.

The process color (four color CMYK) of #847891 color hex is 0.09, 0.17, 0.00, 0.43. Web safe color of #847891 is #996699. Color #847891 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 01111000 10010001
Octal 204 170 221
Decimal 132 120 145
Hex 84 78 91

RGB Percentages of Color #847891

%33.25
%30.23
%36.52

CMYK Percentages of Color #847891

%9
%17
%0
%43

Triadic Colors of #847891

#847891 #918478 #789184

Analogous Colors of #847891

#847891 #917891 #787991

Monochromatic Colors of #847891

#847891

Complementary Color

#847891 #859178

#847891 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#847891 Color Preview on White Background

Lorem ipsum dolor sit amet.

#847891 Color CSS Codes

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

#847891 Text Font Color

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

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


#847891 Background Color

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

This div background color is #847891


#847891 Border Color

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

This div border color is #847891


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(132,120,145, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #847891; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #847891;
  -webkit-box-shadow: 1px 1px 3px 2px #847891;
  box-shadow:         1px 1px 3px 2px #847891; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #847891


Comments

No comments written yet.

Please login to write comment.