Color Hex Logo

#aaa7ff Color Hex

#AAA7FF
(170,167,255)
0 Favorites   0 Comments

Color spaces of #aaa7ff

RGB 170167255
HSL0.671.000.83
HSV242°35°100°
CMYK 0.330.350.00   0.00
XYZ48.446343.4035100.4321
Yxy43.40350.25200.2257
Hunter Lab65.881315.9689-44.2671
CIE-Lab71.828020.8336-43.2582

#aaa7ff color RGB value is (170,167,255).

#aaa7ff hex color red value is 170, green value is 167 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #aaa7ff hue: 0.67 , saturation: 1.00 and the lightness value of aaa7ff is 0.83.

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 10100111 11111111
Octal 252 247 377
Decimal 170 167 255
Hex AA A7 FF

RGB Percentages of Color #aaa7ff

%28.72
%28.21
%43.07

CMYK Percentages of Color #aaa7ff

%33
%35
%0
%0

Triadic Colors of #aaa7ff

#aaa7ff #ffaaa7 #a7ffaa

Analogous Colors of #aaa7ff

#aaa7ff #d6a7ff #a7d0ff

Monochromatic Colors of #aaa7ff

#aaa7ff

Complementary Color

#aaa7ff #fcffa7

#aaa7ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaa7ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaa7ff Color CSS Codes

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

#aaa7ff Text Font Color

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

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


#aaa7ff Background Color

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

This div background color is #aaa7ff


#aaa7ff Border Color

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

This div border color is #aaa7ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaa7ff

Related Colors


Comments

No comments written yet.

Please login to write comment.