Color Hex Logo

#80667e Color Hex

#80667E
(128,102,126)
0 Favorites   0 Comments

Color spaces of #80667e

RGB 128102126
HSL0.850.110.45
HSV305°20°50°
CMYK 0.000.200.02   0.50
XYZ17.419415.598321.8313
Yxy15.59830.31760.2844
Hunter Lab39.49479.6129-5.1272
CIE-Lab46.443014.8600-9.3982

#80667e color RGB value is (128,102,126).

#80667e hex color red value is 128, green value is 102 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #80667e hue: 0.85 , saturation: 0.11 and the lightness value of 80667e is 0.45.

The process color (four color CMYK) of #80667e color hex is 0.00, 0.20, 0.02, 0.50. Web safe color of #80667e is #996666. Color #80667e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 01100110 01111110
Octal 200 146 176
Decimal 128 102 126
Hex 80 66 7E

RGB Percentages of Color #80667e

%35.96
%28.65
%35.39

CMYK Percentages of Color #80667e

%0
%20
%2
%50

Triadic Colors of #80667e

#80667e #7e8066 #667e80

Analogous Colors of #80667e

#80667e #806671 #756680

Monochromatic Colors of #80667e

#80667e

Complementary Color

#80667e #668068

#80667e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#80667e Color Preview on White Background

Lorem ipsum dolor sit amet.

#80667e Color CSS Codes

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

#80667e Text Font Color

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

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


#80667e Background Color

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

This div background color is #80667e


#80667e Border Color

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

This div border color is #80667e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(128,102,126, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #80667e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #80667e;
  -webkit-box-shadow: 1px 1px 3px 2px #80667e;
  box-shadow:         1px 1px 3px 2px #80667e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #80667e


Comments

No comments written yet.

Please login to write comment.