Color Hex Logo

#847980 Color Hex

#847980
(132,121,128)
0 Favorites   0 Comments

Color spaces of #847980

RGB 132121128
HSL0.890.040.50
HSV322°52°
CMYK 0.000.080.03   0.48
XYZ20.249420.138823.2420
Yxy20.13880.31820.3165
Hunter Lab44.87632.01060.7063
CIE-Lab51.99385.5496-2.2968

#847980 color RGB value is (132,121,128).

#847980 hex color red value is 132, green value is 121 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #847980 hue: 0.89 , saturation: 0.04 and the lightness value of 847980 is 0.50.

The process color (four color CMYK) of #847980 color hex is 0.00, 0.08, 0.03, 0.48. Web safe color of #847980 is #996699. Color #847980 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 01111001 10000000
Octal 204 171 200
Decimal 132 121 128
Hex 84 79 80

RGB Percentages of Color #847980

%34.65
%31.76
%33.60

CMYK Percentages of Color #847980

%0
%8
%3
%48

Triadic Colors of #847980

#847980 #808479 #798084

Analogous Colors of #847980

#847980 #84797b #837984

Monochromatic Colors of #847980

#847980

Complementary Color

#847980 #79847d

#847980 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#847980 Color Preview on White Background

Lorem ipsum dolor sit amet.

#847980 Color CSS Codes

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

#847980 Text Font Color

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

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


#847980 Background Color

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

This div background color is #847980


#847980 Border Color

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

This div border color is #847980


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #847980


Comments

No comments written yet.

Please login to write comment.