Color Hex Logo

#a5aafa Color Hex

#A5AAFA
(165,170,250)
0 Favorites   0 Comments

Color spaces of #a5aafa

RGB 165170250
HSL0.660.890.81
HSV236°34°98°
CMYK 0.340.320.00   0.02
XYZ47.147143.650996.3830
Yxy43.65090.25190.2332
Hunter Lab66.068811.7582-40.2457
CIE-Lab71.994516.5130-40.3187

#a5aafa color RGB value is (165,170,250).

#a5aafa hex color red value is 165, green value is 170 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #a5aafa hue: 0.66 , saturation: 0.89 and the lightness value of a5aafa is 0.81.

The process color (four color CMYK) of #a5aafa color hex is 0.34, 0.32, 0.00, 0.02. Web safe color of #a5aafa is #9999ff. Color #a5aafa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 10101010 11111010
Octal 245 252 372
Decimal 165 170 250
Hex A5 AA FA

RGB Percentages of Color #a5aafa

%28.21
%29.06
%42.74

CMYK Percentages of Color #a5aafa

%34
%32
%0
%2

Triadic Colors of #a5aafa

#a5aafa #faa5aa #aafaa5

Analogous Colors of #a5aafa

#a5aafa #cba5fa #a5d5fa

Monochromatic Colors of #a5aafa

#a5aafa

Complementary Color

#a5aafa #faf5a5

#a5aafa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a5aafa Color Preview on White Background

Lorem ipsum dolor sit amet.

#a5aafa Color CSS Codes

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

#a5aafa Text Font Color

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

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


#a5aafa Background Color

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

This div background color is #a5aafa


#a5aafa Border Color

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

This div border color is #a5aafa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a5aafa

Related Colors


Comments

No comments written yet.

Please login to write comment.