Color Hex Logo

#806177 Color Hex

#806177
(128,97,119)
0 Favorites   0 Comments

Color spaces of #806177

RGB 12897119
HSL0.880.140.44
HSV317°24°50°
CMYK 0.000.240.07   0.50
XYZ16.506614.470519.3759
Yxy14.47050.32780.2874
Hunter Lab38.040110.8856-3.5715
CIE-Lab44.900316.4596-7.4939

#806177 color RGB value is (128,97,119).

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

The process color (four color CMYK) of #806177 color hex is 0.00, 0.24, 0.07, 0.50. Web safe color of #806177 is #996666. Color #806177 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 01100001 01110111
Octal 200 141 167
Decimal 128 97 119
Hex 80 61 77

RGB Percentages of Color #806177

%37.21
%28.20
%34.59

CMYK Percentages of Color #806177

%0
%24
%7
%50

Triadic Colors of #806177

#806177 #778061 #617780

Analogous Colors of #806177

#806177 #806168 #7a6180

Monochromatic Colors of #806177

#806177

Complementary Color

#806177 #61806a

#806177 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#806177 Color Preview on White Background

Lorem ipsum dolor sit amet.

#806177 Color CSS Codes

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

#806177 Text Font Color

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

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


#806177 Background Color

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

This div background color is #806177


#806177 Border Color

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

This div border color is #806177


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #806177


Comments

No comments written yet.

Please login to write comment.