Color Hex Logo

#80688a Color Hex

#80688A
(128,104,138)
0 Favorites   0 Comments

Color spaces of #80688a

RGB 128104138
HSL0.780.140.47
HSV282°25°54°
CMYK 0.070.250.00   0.46
XYZ18.439816.324826.2239
Yxy16.32480.30230.2677
Hunter Lab40.404010.7580-10.1990
CIE-Lab47.397816.1854-15.1285

#80688a color RGB value is (128,104,138).

#80688a hex color red value is 128, green value is 104 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #80688a hue: 0.78 , saturation: 0.14 and the lightness value of 80688a is 0.47.

The process color (four color CMYK) of #80688a color hex is 0.07, 0.25, 0.00, 0.46. Web safe color of #80688a is #996699. Color #80688a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 01101000 10001010
Octal 200 150 212
Decimal 128 104 138
Hex 80 68 8A

RGB Percentages of Color #80688a

%34.59
%28.11
%37.30

CMYK Percentages of Color #80688a

%7
%25
%0
%46

Triadic Colors of #80688a

#80688a #8a8068 #688a80

Analogous Colors of #80688a

#80688a #8a6883 #6f688a

Monochromatic Colors of #80688a

#80688a

Complementary Color

#80688a #728a68

#80688a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#80688a Color Preview on White Background

Lorem ipsum dolor sit amet.

#80688a Color CSS Codes

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

#80688a Text Font Color

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

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


#80688a Background Color

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

This div background color is #80688a


#80688a Border Color

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

This div border color is #80688a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(128,104,138, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #80688a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #80688a;
  -webkit-box-shadow: 1px 1px 3px 2px #80688a;
  box-shadow:         1px 1px 3px 2px #80688a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #80688a


Comments

No comments written yet.

Please login to write comment.