Color Hex Logo

#a11fab Color Hex

#A11FAB
(161,31,171)
0 Favorites   0 Comments

Color spaces of #a11fab

RGB 16131171
HSL0.820.690.40
HSV296°82°67°
CMYK 0.060.820.00   0.33
XYZ22.538611.497339.5594
Yxy11.49730.30630.1562
Hunter Lab33.907759.3114-45.4371
CIE-Lab40.405766.3520-45.4605

#a11fab color RGB value is (161,31,171).

#a11fab hex color red value is 161, green value is 31 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #a11fab hue: 0.82 , saturation: 0.69 and the lightness value of a11fab is 0.40.

The process color (four color CMYK) of #a11fab color hex is 0.06, 0.82, 0.00, 0.33. Web safe color of #a11fab is #993399. Color #a11fab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100001 00011111 10101011
Octal 241 37 253
Decimal 161 31 171
Hex A1 1F AB

RGB Percentages of Color #a11fab

%44.35
%8.54
%47.11

CMYK Percentages of Color #a11fab

%6
%82
%0
%33

Triadic Colors of #a11fab

#a11fab #aba11f #1faba1

Analogous Colors of #a11fab

#a11fab #ab1f6f #5b1fab

Monochromatic Colors of #a11fab

#a11fab

Complementary Color

#a11fab #29ab1f

#a11fab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a11fab Color Preview on White Background

Lorem ipsum dolor sit amet.

#a11fab Color CSS Codes

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

#a11fab Text Font Color

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

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


#a11fab Background Color

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

This div background color is #a11fab


#a11fab Border Color

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

This div border color is #a11fab


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(161,31,171, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a11fab


Comments

No comments written yet.

Please login to write comment.