Color Hex Logo

#80668f Color Hex

#80668F
(128,102,143)
0 Favorites   0 Comments

Color spaces of #80668f

RGB 128102143
HSL0.770.170.48
HSV278°29°56°
CMYK 0.100.290.00   0.44
XYZ18.611416.075128.1085
Yxy16.07510.29640.2560
Hunter Lab40.093812.6951-13.5008
CIE-Lab47.072918.4809-18.6008

#80668f color RGB value is (128,102,143).

#80668f hex color red value is 128, green value is 102 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #80668f hue: 0.77 , saturation: 0.17 and the lightness value of 80668f is 0.48.

The process color (four color CMYK) of #80668f color hex is 0.10, 0.29, 0.00, 0.44. Web safe color of #80668f is #996699. Color #80668f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 01100110 10001111
Octal 200 146 217
Decimal 128 102 143
Hex 80 66 8F

RGB Percentages of Color #80668f

%34.32
%27.35
%38.34

CMYK Percentages of Color #80668f

%10
%29
%0
%44

Triadic Colors of #80668f

#80668f #8f8066 #668f80

Analogous Colors of #80668f

#80668f #8f668a #6c668f

Monochromatic Colors of #80668f

#80668f

Complementary Color

#80668f #758f66

#80668f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#80668f Color Preview on White Background

Lorem ipsum dolor sit amet.

#80668f Color CSS Codes

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

#80668f Text Font Color

<p style="color:#80668f">Text here</p>

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


#80668f Background Color

<div style="background-color:#80668f">
Div content here</div>

This div background color is #80668f


#80668f Border Color

<div style="border:3px solid #80668f">
Div here</div>

This div border color is #80668f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #80668f


Comments

No comments written yet.

Please login to write comment.