Color Hex Logo

#805677 Color Hex

#805677
(128,86,119)
0 Favorites   0 Comments

Color spaces of #805677

RGB 12886119
HSL0.870.200.42
HSV313°33°50°
CMYK 0.000.330.07   0.50
XYZ15.559612.576719.0602
Yxy12.57670.32970.2665
Hunter Lab35.463616.2551-7.0413
CIE-Lab42.118423.0103-11.6759

#805677 color RGB value is (128,86,119).

#805677 hex color red value is 128, green value is 86 and the blue value of its RGB is 119. Cylindrical-coordinate representations (also known as HSL) of color #805677 hue: 0.87 , saturation: 0.20 and the lightness value of 805677 is 0.42.

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

Base Numbers

BaseRedGreenBlue
Binary 10000000 01010110 01110111
Octal 200 126 167
Decimal 128 86 119
Hex 80 56 77

RGB Percentages of Color #805677

%38.44
%25.83
%35.74

CMYK Percentages of Color #805677

%0
%33
%7
%50

Triadic Colors of #805677

#805677 #778056 #567780

Analogous Colors of #805677

#805677 #805662 #745680

Monochromatic Colors of #805677

#805677

Complementary Color

#805677 #56805f

#805677 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#805677 Color Preview on White Background

Lorem ipsum dolor sit amet.

#805677 Color CSS Codes

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

#805677 Text Font Color

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

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


#805677 Background Color

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

This div background color is #805677


#805677 Border Color

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

This div border color is #805677


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #805677


Comments

No comments written yet.

Please login to write comment.