Color Hex Logo

#a11abe Color Hex

#A11ABE
(161,26,190)
0 Favorites   0 Comments

Color spaces of #a11abe

RGB 16126190
HSL0.800.760.42
HSV289°86°75°
CMYK 0.150.860.00   0.25
XYZ24.361612.033649.7539
Yxy12.03360.28280.1397
Hunter Lab34.689564.6497-60.7549
CIE-Lab41.269570.7576-55.3062

#a11abe color RGB value is (161,26,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100001 00011010 10111110
Octal 241 32 276
Decimal 161 26 190
Hex A1 1A BE

RGB Percentages of Color #a11abe

%42.71
%6.90
%50.40

CMYK Percentages of Color #a11abe

%15
%86
%0
%25

Triadic Colors of #a11abe

#a11abe #bea11a #1abea1

Analogous Colors of #a11abe

#a11abe #be1a89 #4f1abe

Monochromatic Colors of #a11abe

#a11abe

Complementary Color

#a11abe #37be1a

#a11abe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a11abe Color Preview on White Background

Lorem ipsum dolor sit amet.

#a11abe Color CSS Codes

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

#a11abe Text Font Color

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

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


#a11abe Background Color

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

This div background color is #a11abe


#a11abe Border Color

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

This div border color is #a11abe


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(161,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 #a11abe">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a11abe


Comments

No comments written yet.

Please login to write comment.