Color Hex Logo

#80688b Color Hex

#80688B
(128,104,139)
0 Favorites   0 Comments

Color spaces of #80688b

RGB 128104139
HSL0.780.140.48
HSV281°25°55°
CMYK 0.080.250.00   0.45
XYZ18.512616.353926.6070
Yxy16.35390.30110.2660
Hunter Lab40.440010.9438-10.7012
CIE-Lab47.435416.4035-15.6666

#80688b color RGB value is (128,104,139).

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

The process color (four color CMYK) of #80688b color hex is 0.08, 0.25, 0.00, 0.45. Web safe color of #80688b is #996699. Color #80688b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 01101000 10001011
Octal 200 150 213
Decimal 128 104 139
Hex 80 68 8B

RGB Percentages of Color #80688b

%34.50
%28.03
%37.47

CMYK Percentages of Color #80688b

%8
%25
%0
%45

Triadic Colors of #80688b

#80688b #8b8068 #688b80

Analogous Colors of #80688b

#80688b #8b6885 #6f688b

Monochromatic Colors of #80688b

#80688b

Complementary Color

#80688b #738b68

#80688b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#80688b Color Preview on White Background

Lorem ipsum dolor sit amet.

#80688b Color CSS Codes

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

#80688b Text Font Color

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

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


#80688b Background Color

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

This div background color is #80688b


#80688b Border Color

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

This div border color is #80688b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #80688b


Comments

No comments written yet.

Please login to write comment.