Color Hex Logo

#801abb Color Hex

#801ABB
(128,26,187)
0 Favorites   0 Comments

Color spaces of #801abb

RGB 12826187
HSL0.770.760.42
HSV278°86°73°
CMYK 0.320.860.00   0.27
XYZ18.24118.915847.7732
Yxy8.91580.24340.1190
Hunter Lab29.859356.7920-73.9590
CIE-Lab35.821765.0389-62.6270

#801abb color RGB value is (128,26,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000000 00011010 10111011
Octal 200 32 273
Decimal 128 26 187
Hex 80 1A BB

RGB Percentages of Color #801abb

%37.54
%7.62
%54.84

CMYK Percentages of Color #801abb

%32
%86
%0
%27

Triadic Colors of #801abb

#801abb #bb801a #1abb80

Analogous Colors of #801abb

#801abb #bb1aa6 #301abb

Monochromatic Colors of #801abb

#801abb

Complementary Color

#801abb #55bb1a

#801abb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#801abb Color Preview on White Background

Lorem ipsum dolor sit amet.

#801abb Color CSS Codes

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

#801abb Text Font Color

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

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


#801abb Background Color

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

This div background color is #801abb


#801abb Border Color

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

This div border color is #801abb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #801abb


Comments

No comments written yet.

Please login to write comment.