Color Hex Logo

#a11caa Color Hex

#A11CAA
(161,28,170)
0 Favorites   0 Comments

Color spaces of #a11caa

RGB 16128170
HSL0.820.720.39
HSV296°84°67°
CMYK 0.050.840.00   0.33
XYZ22.368911.309939.0343
Yxy11.30990.30760.1555
Hunter Lab33.630259.8752-45.2763
CIE-Lab40.097666.9015-45.3576

#a11caa color RGB value is (161,28,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100001 00011100 10101010
Octal 241 34 252
Decimal 161 28 170
Hex A1 1C AA

RGB Percentages of Color #a11caa

%44.85
%7.80
%47.35

CMYK Percentages of Color #a11caa

%5
%84
%0
%33

Triadic Colors of #a11caa

#a11caa #aaa11c #1caaa1

Analogous Colors of #a11caa

#a11caa #aa1c6c #5a1caa

Monochromatic Colors of #a11caa

#a11caa

Complementary Color

#a11caa #25aa1c

#a11caa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a11caa Color Preview on White Background

Lorem ipsum dolor sit amet.

#a11caa Color CSS Codes

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

#a11caa Text Font Color

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

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


#a11caa Background Color

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

This div background color is #a11caa


#a11caa Border Color

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

This div border color is #a11caa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a11caa


Comments

No comments written yet.

Please login to write comment.