Color Hex Logo

#806079 Color Hex

#806079
(128,96,121)
0 Favorites   0 Comments

Color spaces of #806079

RGB 12896121
HSL0.870.140.44
HSV313°25°50°
CMYK 0.000.250.05   0.50
XYZ16.536114.335419.9846
Yxy14.33540.32520.2819
Hunter Lab37.862111.7003-4.7913
CIE-Lab44.710117.4452-8.9875

#806079 color RGB value is (128,96,121).

#806079 hex color red value is 128, green value is 96 and the blue value of its RGB is 121. Cylindrical-coordinate representations (also known as HSL) of color #806079 hue: 0.87 , saturation: 0.14 and the lightness value of 806079 is 0.44.

The process color (four color CMYK) of #806079 color hex is 0.00, 0.25, 0.05, 0.50. Web safe color of #806079 is #996666. Color #806079 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 01100000 01111001
Octal 200 140 171
Decimal 128 96 121
Hex 80 60 79

RGB Percentages of Color #806079

%37.10
%27.83
%35.07

CMYK Percentages of Color #806079

%0
%25
%5
%50

Triadic Colors of #806079

#806079 #798060 #607980

Analogous Colors of #806079

#806079 #806069 #776080

Monochromatic Colors of #806079

#806079

Complementary Color

#806079 #608067

#806079 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#806079 Color Preview on White Background

Lorem ipsum dolor sit amet.

#806079 Color CSS Codes

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

#806079 Text Font Color

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

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


#806079 Background Color

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

This div background color is #806079


#806079 Border Color

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

This div border color is #806079


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(128,96,121, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #806079; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #806079;
  -webkit-box-shadow: 1px 1px 3px 2px #806079;
  box-shadow:         1px 1px 3px 2px #806079; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #806079

#806079 Color Palettes


Comments

No comments written yet.

Please login to write comment.