Color Hex Logo

#801aaf Color Hex

#801AAF
(128,26,175)
0 Favorites   0 Comments

Color spaces of #801aaf

RGB 12826175
HSL0.780.740.39
HSV281°85°69°
CMYK 0.270.850.00   0.31
XYZ17.00938.423141.2868
Yxy8.42310.25490.1262
Hunter Lab29.022653.8242-64.0287
CIE-Lab34.848962.5878-57.0889

#801aaf color RGB value is (128,26,175).

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

The process color (four color CMYK) of #801aaf color hex is 0.27, 0.85, 0.00, 0.31. Web safe color of #801aaf is #993399. Color #801aaf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 00011010 10101111
Octal 200 32 257
Decimal 128 26 175
Hex 80 1A AF

RGB Percentages of Color #801aaf

%38.91
%7.90
%53.19

CMYK Percentages of Color #801aaf

%27
%85
%0
%31

Triadic Colors of #801aaf

#801aaf #af801a #1aaf80

Analogous Colors of #801aaf

#801aaf #af1a94 #361aaf

Monochromatic Colors of #801aaf

#801aaf

Complementary Color

#801aaf #49af1a

#801aaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#801aaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#801aaf Color CSS Codes

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

#801aaf Text Font Color

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

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


#801aaf Background Color

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

This div background color is #801aaf


#801aaf Border Color

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

This div border color is #801aaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #801aaf


Comments

No comments written yet.

Please login to write comment.