Color Hex Logo

#80606d Color Hex

#80606D
(128,96,109)
0 Favorites   0 Comments

Color spaces of #80606d

RGB 12896109
HSL0.930.140.44
HSV336°25°50°
CMYK 0.000.250.15   0.50
XYZ15.845314.059116.3465
Yxy14.05910.34260.3040
Hunter Lab37.49559.81570.3988
CIE-Lab44.317615.1950-2.3005

#80606d color RGB value is (128,96,109).

#80606d hex color red value is 128, green value is 96 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #80606d hue: 0.93 , saturation: 0.14 and the lightness value of 80606d is 0.44.

The process color (four color CMYK) of #80606d color hex is 0.00, 0.25, 0.15, 0.50. Web safe color of #80606d is #996666. Color #80606d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 01100000 01101101
Octal 200 140 155
Decimal 128 96 109
Hex 80 60 6D

RGB Percentages of Color #80606d

%38.44
%28.83
%32.73

CMYK Percentages of Color #80606d

%0
%25
%15
%50

Triadic Colors of #80606d

#80606d #6d8060 #606d80

Analogous Colors of #80606d

#80606d #806360 #80607d

Monochromatic Colors of #80606d

#80606d

Complementary Color

#80606d #608073

#80606d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#80606d Color Preview on White Background

Lorem ipsum dolor sit amet.

#80606d Color CSS Codes

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

#80606d Text Font Color

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

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


#80606d Background Color

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

This div background color is #80606d


#80606d Border Color

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

This div border color is #80606d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(128,96,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 #80606d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #80606d


Comments

No comments written yet.

Please login to write comment.