Color Hex Logo

#801556 Color Hex

#801556
(128,21,86)
0 Favorites   0 Comments

Color spaces of #801556

RGB 1282186
HSL0.900.720.29
HSV324°84°50°
CMYK 0.000.840.33   0.50
XYZ10.85005.79749.3513
Yxy5.79740.41730.2230
Hunter Lab24.077838.3000-6.1725
CIE-Lab28.895549.0346-10.8344

#801556 color RGB value is (128,21,86).

#801556 hex color red value is 128, green value is 21 and the blue value of its RGB is 86. Cylindrical-coordinate representations (also known as HSL) of color #801556 hue: 0.90 , saturation: 0.72 and the lightness value of 801556 is 0.29.

The process color (four color CMYK) of #801556 color hex is 0.00, 0.84, 0.33, 0.50. Web safe color of #801556 is #990066. Color #801556 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 00010101 01010110
Octal 200 25 126
Decimal 128 21 86
Hex 80 15 56

RGB Percentages of Color #801556

%54.47
%8.94
%36.60

CMYK Percentages of Color #801556

%0
%84
%33
%50

Triadic Colors of #801556

#801556 #568015 #155680

Analogous Colors of #801556

#801556 #801521 #751580

Monochromatic Colors of #801556

#801556

Complementary Color

#801556 #15803f

#801556 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#801556 Color Preview on White Background

Lorem ipsum dolor sit amet.

#801556 Color CSS Codes

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

#801556 Text Font Color

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

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


#801556 Background Color

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

This div background color is #801556


#801556 Border Color

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

This div border color is #801556


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #801556


Comments

No comments written yet.

Please login to write comment.