Color Hex Logo

#aa8fe8 Color Hex

#AA8FE8
(170,143,232)
0 Favorites   0 Comments

Color spaces of #aa8fe8

RGB 170143232
HSL0.720.660.74
HSV258°38°91°
CMYK 0.270.380.00   0.09
XYZ40.965534.017280.7508
Yxy34.01720.26300.2184
Hunter Lab58.324323.3065-41.2609
CIE-Lab64.976228.6497-41.4193

#aa8fe8 color RGB value is (170,143,232).

#aa8fe8 hex color red value is 170, green value is 143 and the blue value of its RGB is 232. Cylindrical-coordinate representations (also known as HSL) of color #aa8fe8 hue: 0.72 , saturation: 0.66 and the lightness value of aa8fe8 is 0.74.

The process color (four color CMYK) of #aa8fe8 color hex is 0.27, 0.38, 0.00, 0.09. Web safe color of #aa8fe8 is #9999ff. Color #aa8fe8 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10001111 11101000
Octal 252 217 350
Decimal 170 143 232
Hex AA 8F E8

RGB Percentages of Color #aa8fe8

%31.19
%26.24
%42.57

CMYK Percentages of Color #aa8fe8

%27
%38
%0
%9

Triadic Colors of #aa8fe8

#aa8fe8 #e8aa8f #8fe8aa

Analogous Colors of #aa8fe8

#aa8fe8 #d78fe8 #8fa1e8

Monochromatic Colors of #aa8fe8

#aa8fe8

Complementary Color

#aa8fe8 #cde88f

#aa8fe8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa8fe8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa8fe8 Color CSS Codes

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

#aa8fe8 Text Font Color

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

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


#aa8fe8 Background Color

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

This div background color is #aa8fe8


#aa8fe8 Border Color

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

This div border color is #aa8fe8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa8fe8


Comments

No comments written yet.

Please login to write comment.