Color Hex Logo

#a11abb Color Hex

#A11ABB
(161,26,187)
0 Favorites   0 Comments

Color spaces of #a11abb

RGB 16126187
HSL0.810.760.42
HSV290°86°73°
CMYK 0.140.860.00   0.27
XYZ24.037011.903748.0445
Yxy11.90370.28620.1417
Hunter Lab34.501763.9810-58.4115
CIE-Lab41.062770.2321-53.8780

#a11abb color RGB value is (161,26,187).

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

The process color (four color CMYK) of #a11abb color hex is 0.14, 0.86, 0.00, 0.27. Web safe color of #a11abb is #9933cc. Color #a11abb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100001 00011010 10111011
Octal 241 32 273
Decimal 161 26 187
Hex A1 1A BB

RGB Percentages of Color #a11abb

%43.05
%6.95
%50.00

CMYK Percentages of Color #a11abb

%14
%86
%0
%27

Triadic Colors of #a11abb

#a11abb #bba11a #1abba1

Analogous Colors of #a11abb

#a11abb #bb1a85 #511abb

Monochromatic Colors of #a11abb

#a11abb

Complementary Color

#a11abb #34bb1a

#a11abb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a11abb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a11abb Color CSS Codes

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

#a11abb Text Font Color

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

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


#a11abb Background Color

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

This div background color is #a11abb


#a11abb Border Color

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

This div border color is #a11abb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a11abb


Comments

No comments written yet.

Please login to write comment.