Color Hex Logo

#801596 Color Hex

#801596
(128,21,150)
0 Favorites   0 Comments

Color spaces of #801596

RGB 12821150
HSL0.800.750.34
HSV290°86°59°
CMYK 0.150.860.00   0.41
XYZ14.67537.327529.4950
Yxy7.32750.28500.1423
Hunter Lab27.069449.4001-45.6543
CIE-Lab32.541159.0085-45.7159

#801596 color RGB value is (128,21,150).

#801596 hex color red value is 128, green value is 21 and the blue value of its RGB is 150. Cylindrical-coordinate representations (also known as HSL) of color #801596 hue: 0.80 , saturation: 0.75 and the lightness value of 801596 is 0.34.

The process color (four color CMYK) of #801596 color hex is 0.15, 0.86, 0.00, 0.41. Web safe color of #801596 is #990099. Color #801596 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 00010101 10010110
Octal 200 25 226
Decimal 128 21 150
Hex 80 15 96

RGB Percentages of Color #801596

%42.81
%7.02
%50.17

CMYK Percentages of Color #801596

%15
%86
%0
%41

Triadic Colors of #801596

#801596 #968015 #159680

Analogous Colors of #801596

#801596 #96156c #401596

Monochromatic Colors of #801596

#801596

Complementary Color

#801596 #2b9615

#801596 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#801596 Color Preview on White Background

Lorem ipsum dolor sit amet.

#801596 Color CSS Codes

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

#801596 Text Font Color

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

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


#801596 Background Color

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

This div background color is #801596


#801596 Border Color

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

This div border color is #801596


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #801596


Comments

No comments written yet.

Please login to write comment.