Color Hex Logo

#aaa1fd Color Hex

#AAA1FD
(170,161,253)
0 Favorites   0 Comments

Color spaces of #aaa1fd

RGB 170161253
HSL0.680.960.81
HSV246°36°99°
CMYK 0.330.360.00   0.01
XYZ47.052141.127698.3870
Yxy41.12760.25220.2204
Hunter Lab64.130818.7347-46.0689
CIE-Lab70.265223.7009-44.6221

#aaa1fd color RGB value is (170,161,253).

#aaa1fd hex color red value is 170, green value is 161 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #aaa1fd hue: 0.68 , saturation: 0.96 and the lightness value of aaa1fd is 0.81.

The process color (four color CMYK) of #aaa1fd color hex is 0.33, 0.36, 0.00, 0.01. Web safe color of #aaa1fd is #9999ff. Color #aaa1fd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10100001 11111101
Octal 252 241 375
Decimal 170 161 253
Hex AA A1 FD

RGB Percentages of Color #aaa1fd

%29.11
%27.57
%43.32

CMYK Percentages of Color #aaa1fd

%33
%36
%0
%1

Triadic Colors of #aaa1fd

#aaa1fd #fdaaa1 #a1fdaa

Analogous Colors of #aaa1fd

#aaa1fd #d8a1fd #a1c6fd

Monochromatic Colors of #aaa1fd

#aaa1fd

Complementary Color

#aaa1fd #f4fda1

#aaa1fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaa1fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaa1fd Color CSS Codes

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

#aaa1fd Text Font Color

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

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


#aaa1fd Background Color

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

This div background color is #aaa1fd


#aaa1fd Border Color

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

This div border color is #aaa1fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaa1fd

Related Colors


Comments

No comments written yet.

Please login to write comment.