Color Hex Logo

#a1aadd Color Hex

#A1AADD
(161,170,221)
0 Favorites   0 Comments

Color spaces of #a1aadd

RGB 161170221
HSL0.640.470.75
HSV231°27°87°
CMYK 0.270.230.00   0.13
XYZ42.123841.547074.2058
Yxy41.54700.26680.2632
Hunter Lab64.45703.8533-23.1375
CIE-Lab70.55758.1193-26.7670

#a1aadd color RGB value is (161,170,221).

#a1aadd hex color red value is 161, green value is 170 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #a1aadd hue: 0.64 , saturation: 0.47 and the lightness value of a1aadd is 0.75.

The process color (four color CMYK) of #a1aadd color hex is 0.27, 0.23, 0.00, 0.13. Web safe color of #a1aadd is #9999cc. Color #a1aadd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100001 10101010 11011101
Octal 241 252 335
Decimal 161 170 221
Hex A1 AA DD

RGB Percentages of Color #a1aadd

%29.17
%30.80
%40.04

CMYK Percentages of Color #a1aadd

%27
%23
%0
%13

Triadic Colors of #a1aadd

#a1aadd #dda1aa #aadda1

Analogous Colors of #a1aadd

#a1aadd #b6a1dd #a1c8dd

Monochromatic Colors of #a1aadd

#a1aadd

Complementary Color

#a1aadd #ddd4a1

#a1aadd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a1aadd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a1aadd Color CSS Codes

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

#a1aadd Text Font Color

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

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


#a1aadd Background Color

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

This div background color is #a1aadd


#a1aadd Border Color

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

This div border color is #a1aadd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a1aadd


Comments

No comments written yet.

Please login to write comment.