Color Hex Logo

#80678a Color Hex

#80678A
(128,103,138)
0 Favorites   0 Comments

Color spaces of #80678a

RGB 128103138
HSL0.790.150.47
HSV283°25°54°
CMYK 0.070.250.00   0.46
XYZ18.339816.124726.1905
Yxy16.12470.30240.2658
Hunter Lab40.155611.2520-10.5616
CIE-Lab47.137716.7823-15.5241

#80678a color RGB value is (128,103,138).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000000 01100111 10001010
Octal 200 147 212
Decimal 128 103 138
Hex 80 67 8A

RGB Percentages of Color #80678a

%34.69
%27.91
%37.40

CMYK Percentages of Color #80678a

%7
%25
%0
%46

Triadic Colors of #80678a

#80678a #8a8067 #678a80

Analogous Colors of #80678a

#80678a #8a6783 #6f678a

Monochromatic Colors of #80678a

#80678a

Complementary Color

#80678a #718a67

#80678a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#80678a Color Preview on White Background

Lorem ipsum dolor sit amet.

#80678a Color CSS Codes

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

#80678a Text Font Color

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

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


#80678a Background Color

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

This div background color is #80678a


#80678a Border Color

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

This div border color is #80678a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #80678a


Comments

No comments written yet.

Please login to write comment.