Color Hex Logo

#847680 Color Hex

#847680
(132,118,128)
0 Favorites   0 Comments

Color spaces of #847680

RGB 132118128
HSL0.880.060.49
HSV317°11°52°
CMYK 0.000.110.03   0.48
XYZ19.890419.420923.1223
Yxy19.42090.31860.3111
Hunter Lab44.06923.4441-0.2600
CIE-Lab51.17607.2990-3.5012

#847680 color RGB value is (132,118,128).

#847680 hex color red value is 132, green value is 118 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #847680 hue: 0.88 , saturation: 0.06 and the lightness value of 847680 is 0.49.

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

Base Numbers

BaseRedGreenBlue
Binary 10000100 01110110 10000000
Octal 204 166 200
Decimal 132 118 128
Hex 84 76 80

RGB Percentages of Color #847680

%34.92
%31.22
%33.86

CMYK Percentages of Color #847680

%0
%11
%3
%48

Triadic Colors of #847680

#847680 #808476 #768084

Analogous Colors of #847680

#847680 #847679 #817684

Monochromatic Colors of #847680

#847680

Complementary Color

#847680 #76847a

#847680 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#847680 Color Preview on White Background

Lorem ipsum dolor sit amet.

#847680 Color CSS Codes

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

#847680 Text Font Color

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

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


#847680 Background Color

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

This div background color is #847680


#847680 Border Color

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

This div border color is #847680


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #847680


Comments

No comments written yet.

Please login to write comment.