Color Hex Logo

#801859 Color Hex

#801859
(128,24,89)
0 Favorites   0 Comments

Color spaces of #801859

RGB 1282489
HSL0.900.680.30
HSV323°81°50°
CMYK 0.000.810.30   0.50
XYZ11.03195.963710.0209
Yxy5.96370.40830.2207
Hunter Lab24.420737.9001-7.2349
CIE-Lab29.320748.5496-12.1590

#801859 color RGB value is (128,24,89).

#801859 hex color red value is 128, green value is 24 and the blue value of its RGB is 89. Cylindrical-coordinate representations (also known as HSL) of color #801859 hue: 0.90 , saturation: 0.68 and the lightness value of 801859 is 0.30.

The process color (four color CMYK) of #801859 color hex is 0.00, 0.81, 0.30, 0.50. Web safe color of #801859 is #990066. Color #801859 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 00011000 01011001
Octal 200 30 131
Decimal 128 24 89
Hex 80 18 59

RGB Percentages of Color #801859

%53.11
%9.96
%36.93

CMYK Percentages of Color #801859

%0
%81
%30
%50

Triadic Colors of #801859

#801859 #598018 #185980

Analogous Colors of #801859

#801859 #801825 #731880

Monochromatic Colors of #801859

#801859

Complementary Color

#801859 #18803f

#801859 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#801859 Color Preview on White Background

Lorem ipsum dolor sit amet.

#801859 Color CSS Codes

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

#801859 Text Font Color

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

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


#801859 Background Color

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

This div background color is #801859


#801859 Border Color

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

This div border color is #801859


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #801859


Comments

No comments written yet.

Please login to write comment.