Color Hex Logo

#a3aadf Color Hex

#A3AADF
(163,170,223)
0 Favorites   0 Comments

Color spaces of #a3aadf

RGB 163170223
HSL0.650.480.76
HSV233°27°87°
CMYK 0.270.240.00   0.13
XYZ42.798341.863775.6368
Yxy41.86370.26700.2612
Hunter Lab64.70224.8429-24.0185
CIE-Lab70.77689.1976-27.5129

#a3aadf color RGB value is (163,170,223).

#a3aadf hex color red value is 163, green value is 170 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #a3aadf hue: 0.65 , saturation: 0.48 and the lightness value of a3aadf is 0.76.

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

Base Numbers

BaseRedGreenBlue
Binary 10100011 10101010 11011111
Octal 243 252 337
Decimal 163 170 223
Hex A3 AA DF

RGB Percentages of Color #a3aadf

%29.32
%30.58
%40.11

CMYK Percentages of Color #a3aadf

%27
%24
%0
%13

Triadic Colors of #a3aadf

#a3aadf #dfa3aa #aadfa3

Analogous Colors of #a3aadf

#a3aadf #baa3df #a3c8df

Monochromatic Colors of #a3aadf

#a3aadf

Complementary Color

#a3aadf #dfd8a3

#a3aadf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a3aadf Color Preview on White Background

Lorem ipsum dolor sit amet.

#a3aadf Color CSS Codes

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

#a3aadf Text Font Color

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

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


#a3aadf Background Color

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

This div background color is #a3aadf


#a3aadf Border Color

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

This div border color is #a3aadf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a3aadf


Comments

No comments written yet.

Please login to write comment.