Color Hex Logo

#801baa Color Hex

#801BAA
(128,27,170)
0 Favorites   0 Comments

Color spaces of #801baa

RGB 12827170
HSL0.780.730.39
HSV282°84°67°
CMYK 0.250.840.00   0.33
XYZ16.54978.275338.7552
Yxy8.27530.26030.1302
Hunter Lab28.766852.3500-59.7398
CIE-Lab34.549861.3164-54.5833

#801baa color RGB value is (128,27,170).

#801baa hex color red value is 128, green value is 27 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #801baa hue: 0.78 , saturation: 0.73 and the lightness value of 801baa is 0.39.

The process color (four color CMYK) of #801baa color hex is 0.25, 0.84, 0.00, 0.33. Web safe color of #801baa is #993399. Color #801baa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 00011011 10101010
Octal 200 33 252
Decimal 128 27 170
Hex 80 1B AA

RGB Percentages of Color #801baa

%39.38
%8.31
%52.31

CMYK Percentages of Color #801baa

%25
%84
%0
%33

Triadic Colors of #801baa

#801baa #aa801b #1baa80

Analogous Colors of #801baa

#801baa #aa1b8d #381baa

Monochromatic Colors of #801baa

#801baa

Complementary Color

#801baa #45aa1b

#801baa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#801baa Color Preview on White Background

Lorem ipsum dolor sit amet.

#801baa Color CSS Codes

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

#801baa Text Font Color

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

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


#801baa Background Color

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

This div background color is #801baa


#801baa Border Color

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

This div border color is #801baa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #801baa


Comments

No comments written yet.

Please login to write comment.