Color Hex Logo

#800776 Color Hex

#800776
(128,7,118)
0 Favorites   0 Comments

Color spaces of #800776

RGB 1287118
HSL0.850.900.26
HSV305°95°50°
CMYK 0.000.950.08   0.50
XYZ12.24816.049217.6616
Yxy6.04920.34060.1682
Hunter Lab24.595145.8496-25.3592
CIE-Lab29.536356.2727-30.5629

#800776 color RGB value is (128,7,118).

#800776 hex color red value is 128, green value is 7 and the blue value of its RGB is 118. Cylindrical-coordinate representations (also known as HSL) of color #800776 hue: 0.85 , saturation: 0.90 and the lightness value of 800776 is 0.26.

The process color (four color CMYK) of #800776 color hex is 0.00, 0.95, 0.08, 0.50. Web safe color of #800776 is #990066. Color #800776 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 00000111 01110110
Octal 200 7 166
Decimal 128 7 118
Hex 80 7 76

RGB Percentages of Color #800776

%50.59
%2.77
%46.64

CMYK Percentages of Color #800776

%0
%95
%8
%50

Triadic Colors of #800776

#800776 #768007 #077680

Analogous Colors of #800776

#800776 #80073a #4e0780

Monochromatic Colors of #800776

#800776

Complementary Color

#800776 #078011

#800776 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#800776 Color Preview on White Background

Lorem ipsum dolor sit amet.

#800776 Color CSS Codes

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

#800776 Text Font Color

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

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


#800776 Background Color

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

This div background color is #800776


#800776 Border Color

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

This div border color is #800776


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #800776


Comments

No comments written yet.

Please login to write comment.