Color Hex Logo

#a11baa Color Hex

#A11BAA
(161,27,170)
0 Favorites   0 Comments

Color spaces of #a11baa

RGB 16127170
HSL0.820.730.39
HSV296°84°67°
CMYK 0.050.840.00   0.33
XYZ22.345611.263239.0265
Yxy11.26320.30760.1551
Hunter Lab33.560760.1188-45.4537
CIE-Lab40.020367.1276-45.4814

#a11baa color RGB value is (161,27,170).

#a11baa hex color red value is 161, green value is 27 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #a11baa hue: 0.82 , saturation: 0.73 and the lightness value of a11baa is 0.39.

The process color (four color CMYK) of #a11baa color hex is 0.05, 0.84, 0.00, 0.33. Web safe color of #a11baa is #993399. Color #a11baa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100001 00011011 10101010
Octal 241 33 252
Decimal 161 27 170
Hex A1 1B AA

RGB Percentages of Color #a11baa

%44.97
%7.54
%47.49

CMYK Percentages of Color #a11baa

%5
%84
%0
%33

Triadic Colors of #a11baa

#a11baa #aaa11b #1baaa1

Analogous Colors of #a11baa

#a11baa #aa1b6c #5a1baa

Monochromatic Colors of #a11baa

#a11baa

Complementary Color

#a11baa #24aa1b

#a11baa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a11baa Color Preview on White Background

Lorem ipsum dolor sit amet.

#a11baa Color CSS Codes

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

#a11baa Text Font Color

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

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


#a11baa Background Color

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

This div background color is #a11baa


#a11baa Border Color

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

This div border color is #a11baa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a11baa


Comments

No comments written yet.

Please login to write comment.