Color Hex Logo

#800557 Color Hex

#800557
(128,5,87)
0 Favorites   0 Comments

Color spaces of #800557

RGB 128587
HSL0.890.920.26
HSV320°96°50°
CMYK 0.000.960.32   0.50
XYZ10.67675.38599.4937
Yxy5.38590.41780.2107
Hunter Lab23.207541.5063-8.0090
CIE-Lab27.807152.4277-13.1566

#800557 color RGB value is (128,5,87).

#800557 hex color red value is 128, green value is 5 and the blue value of its RGB is 87. Cylindrical-coordinate representations (also known as HSL) of color #800557 hue: 0.89 , saturation: 0.92 and the lightness value of 800557 is 0.26.

The process color (four color CMYK) of #800557 color hex is 0.00, 0.96, 0.32, 0.50. Web safe color of #800557 is #990066. Color #800557 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 00000101 01010111
Octal 200 5 127
Decimal 128 5 87
Hex 80 5 57

RGB Percentages of Color #800557

%58.18
%2.27
%39.55

CMYK Percentages of Color #800557

%0
%96
%32
%50

Triadic Colors of #800557

#800557 #578005 #055780

Analogous Colors of #800557

#800557 #80051a #6c0580

Monochromatic Colors of #800557

#800557

Complementary Color

#800557 #05802e

#800557 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#800557 Color Preview on White Background

Lorem ipsum dolor sit amet.

#800557 Color CSS Codes

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

#800557 Text Font Color

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

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


#800557 Background Color

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

This div background color is #800557


#800557 Border Color

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

This div border color is #800557


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #800557


Comments

No comments written yet.

Please login to write comment.