Color Hex Logo

#801aba Color Hex

#801ABA
(128,26,186)
0 Favorites   0 Comments

Color spaces of #801aba

RGB 12826186
HSL0.770.750.42
HSV278°86°73°
CMYK 0.310.860.00   0.27
XYZ18.13448.873247.2113
Yxy8.87320.24430.1196
Hunter Lab29.787956.5390-73.1180
CIE-Lab35.739064.8318-62.1714

#801aba color RGB value is (128,26,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000000 00011010 10111010
Octal 200 32 272
Decimal 128 26 186
Hex 80 1A BA

RGB Percentages of Color #801aba

%37.65
%7.65
%54.71

CMYK Percentages of Color #801aba

%31
%86
%0
%27

Triadic Colors of #801aba

#801aba #ba801a #1aba80

Analogous Colors of #801aba

#801aba #ba1aa4 #301aba

Monochromatic Colors of #801aba

#801aba

Complementary Color

#801aba #54ba1a

#801aba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#801aba Color Preview on White Background

Lorem ipsum dolor sit amet.

#801aba Color CSS Codes

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

#801aba Text Font Color

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

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


#801aba Background Color

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

This div background color is #801aba


#801aba Border Color

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

This div border color is #801aba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #801aba


Comments

No comments written yet.

Please login to write comment.