Color Hex Logo

#a11cab Color Hex

#A11CAB
(161,28,171)
0 Favorites   0 Comments

Color spaces of #a11cab

RGB 16128171
HSL0.820.720.39
HSV296°84°67°
CMYK 0.060.840.00   0.33
XYZ22.463911.347839.5345
Yxy11.34780.30630.1547
Hunter Lab33.686560.0817-46.0022
CIE-Lab40.160267.0681-45.8539

#a11cab color RGB value is (161,28,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100001 00011100 10101011
Octal 241 34 253
Decimal 161 28 171
Hex A1 1C AB

RGB Percentages of Color #a11cab

%44.72
%7.78
%47.50

CMYK Percentages of Color #a11cab

%6
%84
%0
%33

Triadic Colors of #a11cab

#a11cab #aba11c #1caba1

Analogous Colors of #a11cab

#a11cab #ab1c6e #5a1cab

Monochromatic Colors of #a11cab

#a11cab

Complementary Color

#a11cab #26ab1c

#a11cab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a11cab Color Preview on White Background

Lorem ipsum dolor sit amet.

#a11cab Color CSS Codes

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

#a11cab Text Font Color

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

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


#a11cab Background Color

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

This div background color is #a11cab


#a11cab Border Color

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

This div border color is #a11cab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a11cab


Comments

No comments written yet.

Please login to write comment.