Color Hex Logo

#aaa3f7 Color Hex

#AAA3F7
(170,163,247)
0 Favorites   0 Comments

Color spaces of #aaa3f7

RGB 170163247
HSL0.680.840.80
HSV245°34°97°
CMYK 0.310.340.00   0.03
XYZ46.463341.455893.5486
Yxy41.45580.25600.2284
Hunter Lab64.386216.1360-41.0739
CIE-Lab70.494121.0576-41.0045

#aaa3f7 color RGB value is (170,163,247).

#aaa3f7 hex color red value is 170, green value is 163 and the blue value of its RGB is 247. Cylindrical-coordinate representations (also known as HSL) of color #aaa3f7 hue: 0.68 , saturation: 0.84 and the lightness value of aaa3f7 is 0.80.

The process color (four color CMYK) of #aaa3f7 color hex is 0.31, 0.34, 0.00, 0.03. Web safe color of #aaa3f7 is #9999ff. Color #aaa3f7 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10100011 11110111
Octal 252 243 367
Decimal 170 163 247
Hex AA A3 F7

RGB Percentages of Color #aaa3f7

%29.31
%28.10
%42.59

CMYK Percentages of Color #aaa3f7

%31
%34
%0
%3

Triadic Colors of #aaa3f7

#aaa3f7 #f7aaa3 #a3f7aa

Analogous Colors of #aaa3f7

#aaa3f7 #d4a3f7 #a3c6f7

Monochromatic Colors of #aaa3f7

#aaa3f7

Complementary Color

#aaa3f7 #f0f7a3

#aaa3f7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaa3f7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaa3f7 Color CSS Codes

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

#aaa3f7 Text Font Color

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

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


#aaa3f7 Background Color

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

This div background color is #aaa3f7


#aaa3f7 Border Color

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

This div border color is #aaa3f7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaa3f7


Comments

No comments written yet.

Please login to write comment.