Color Hex Logo

#80846d Color Hex

#80846D
(128,132,109)
0 Favorites   0 Comments

Color spaces of #80846d

RGB 128132109
HSL0.200.100.47
HSV70°17°52°
CMYK 0.030.000.17   0.48
XYZ19.913722.195817.7027
Yxy22.19580.33290.3711
Hunter Lab47.1124-6.997510.7002
CIE-Lab54.2341-5.766611.9351

#80846d color RGB value is (128,132,109).

#80846d hex color red value is 128, green value is 132 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #80846d hue: 0.20 , saturation: 0.10 and the lightness value of 80846d is 0.47.

The process color (four color CMYK) of #80846d color hex is 0.03, 0.00, 0.17, 0.48. Web safe color of #80846d is #999966. Color #80846d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 10000100 01101101
Octal 200 204 155
Decimal 128 132 109
Hex 80 84 6D

RGB Percentages of Color #80846d

%34.69
%35.77
%29.54

CMYK Percentages of Color #80846d

%3
%0
%17
%48

Triadic Colors of #80846d

#80846d #6d8084 #846d80

Analogous Colors of #80846d

#80846d #75846d #847d6d

Monochromatic Colors of #80846d

#80846d

Complementary Color

#80846d #716d84

#80846d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#80846d Color Preview on White Background

Lorem ipsum dolor sit amet.

#80846d Color CSS Codes

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

#80846d Text Font Color

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

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


#80846d Background Color

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

This div background color is #80846d


#80846d Border Color

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

This div border color is #80846d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #80846d


Comments

No comments written yet.

Please login to write comment.