Color Hex Logo

#806573 Color Hex

#806573
(128,101,115)
0 Favorites   0 Comments

Color spaces of #806573

RGB 128101115
HSL0.910.120.45
HSV329°21°50°
CMYK 0.000.210.10   0.50
XYZ16.650315.134418.2633
Yxy15.13440.33270.3024
Hunter Lab38.90308.3171-0.6021
CIE-Lab45.817713.3122-3.7162

#806573 color RGB value is (128,101,115).

#806573 hex color red value is 128, green value is 101 and the blue value of its RGB is 115. Cylindrical-coordinate representations (also known as HSL) of color #806573 hue: 0.91 , saturation: 0.12 and the lightness value of 806573 is 0.45.

The process color (four color CMYK) of #806573 color hex is 0.00, 0.21, 0.10, 0.50. Web safe color of #806573 is #996666. Color #806573 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 01100101 01110011
Octal 200 145 163
Decimal 128 101 115
Hex 80 65 73

RGB Percentages of Color #806573

%37.21
%29.36
%33.43

CMYK Percentages of Color #806573

%0
%21
%10
%50

Triadic Colors of #806573

#806573 #738065 #657380

Analogous Colors of #806573

#806573 #806566 #806580

Monochromatic Colors of #806573

#806573

Complementary Color

#806573 #658072

#806573 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#806573 Color Preview on White Background

Lorem ipsum dolor sit amet.

#806573 Color CSS Codes

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

#806573 Text Font Color

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

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


#806573 Background Color

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

This div background color is #806573


#806573 Border Color

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

This div border color is #806573


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #806573


Comments

No comments written yet.

Please login to write comment.