Color Hex Logo

#a11ead Color Hex

#A11EAD
(161,30,173)
0 Favorites   0 Comments

Color spaces of #a11ead

RGB 16130173
HSL0.820.700.40
HSV295°83°68°
CMYK 0.070.830.00   0.32
XYZ22.705011.522740.5626
Yxy11.52270.30360.1541
Hunter Lab33.945159.9901-47.0868
CIE-Lab40.447266.9329-46.5853

#a11ead color RGB value is (161,30,173).

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

The process color (four color CMYK) of #a11ead color hex is 0.07, 0.83, 0.00, 0.32. Web safe color of #a11ead is #993399. Color #a11ead contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100001 00011110 10101101
Octal 241 36 255
Decimal 161 30 173
Hex A1 1E AD

RGB Percentages of Color #a11ead

%44.23
%8.24
%47.53

CMYK Percentages of Color #a11ead

%7
%83
%0
%32

Triadic Colors of #a11ead

#a11ead #ada11e #1eada1

Analogous Colors of #a11ead

#a11ead #ad1e72 #5a1ead

Monochromatic Colors of #a11ead

#a11ead

Complementary Color

#a11ead #2aad1e

#a11ead Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a11ead Color Preview on White Background

Lorem ipsum dolor sit amet.

#a11ead Color CSS Codes

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

#a11ead Text Font Color

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

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


#a11ead Background Color

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

This div background color is #a11ead


#a11ead Border Color

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

This div border color is #a11ead


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a11ead


Comments

No comments written yet.

Please login to write comment.