Color Hex Logo

#801abe Color Hex

#801ABE
(128,26,190)
0 Favorites   0 Comments

Color spaces of #801abe

RGB 12826190
HSL0.770.760.42
HSV277°86°75°
CMYK 0.330.860.00   0.25
XYZ18.56579.045749.4827
Yxy9.04570.24080.1173
Hunter Lab30.076157.5534-76.4937
CIE-Lab36.072165.6600-63.9867

#801abe color RGB value is (128,26,190).

#801abe hex color red value is 128, green value is 26 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #801abe hue: 0.77 , saturation: 0.76 and the lightness value of 801abe is 0.42.

The process color (four color CMYK) of #801abe color hex is 0.33, 0.86, 0.00, 0.25. Web safe color of #801abe is #9933cc. Color #801abe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 00011010 10111110
Octal 200 32 276
Decimal 128 26 190
Hex 80 1A BE

RGB Percentages of Color #801abe

%37.21
%7.56
%55.23

CMYK Percentages of Color #801abe

%33
%86
%0
%25

Triadic Colors of #801abe

#801abe #be801a #1abe80

Analogous Colors of #801abe

#801abe #be1aaa #2e1abe

Monochromatic Colors of #801abe

#801abe

Complementary Color

#801abe #58be1a

#801abe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#801abe Color Preview on White Background

Lorem ipsum dolor sit amet.

#801abe Color CSS Codes

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

#801abe Text Font Color

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

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


#801abe Background Color

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

This div background color is #801abe


#801abe Border Color

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

This div border color is #801abe


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(128,26,190, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #801abe; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #801abe;
  -webkit-box-shadow: 1px 1px 3px 2px #801abe;
  box-shadow:         1px 1px 3px 2px #801abe; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #801abe


Comments

No comments written yet.

Please login to write comment.