Color Hex Logo

#806074 Color Hex

#806074
(128,96,116)
0 Favorites   0 Comments

Color spaces of #806074

RGB 12896116
HSL0.900.140.44
HSV323°25°50°
CMYK 0.000.250.09   0.50
XYZ16.237314.215918.4111
Yxy14.21590.33230.2909
Hunter Lab37.704010.8894-2.5589
CIE-Lab44.541016.4829-6.2143

#806074 color RGB value is (128,96,116).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000000 01100000 01110100
Octal 200 140 164
Decimal 128 96 116
Hex 80 60 74

RGB Percentages of Color #806074

%37.65
%28.24
%34.12

CMYK Percentages of Color #806074

%0
%25
%9
%50

Triadic Colors of #806074

#806074 #748060 #607480

Analogous Colors of #806074

#806074 #806064 #7c6080

Monochromatic Colors of #806074

#806074

Complementary Color

#806074 #60806c

#806074 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#806074 Color Preview on White Background

Lorem ipsum dolor sit amet.

#806074 Color CSS Codes

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

#806074 Text Font Color

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

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


#806074 Background Color

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

This div background color is #806074


#806074 Border Color

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

This div border color is #806074


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #806074


Comments

No comments written yet.

Please login to write comment.