Color Hex Logo

#aa8ecf Color Hex

#AA8ECF
(170,142,207)
0 Favorites   0 Comments

Color spaces of #aa8ecf

RGB 170142207
HSL0.740.400.68
HSV266°31°81°
CMYK 0.180.310.00   0.19
XYZ37.513032.397063.3076
Yxy32.39700.28160.2432
Hunter Lab56.918418.0363-26.1026
CIE-Lab63.669723.3584-29.5663

#aa8ecf color RGB value is (170,142,207).

#aa8ecf hex color red value is 170, green value is 142 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #aa8ecf hue: 0.74 , saturation: 0.40 and the lightness value of aa8ecf is 0.68.

The process color (four color CMYK) of #aa8ecf color hex is 0.18, 0.31, 0.00, 0.19. Web safe color of #aa8ecf is #9999cc. Color #aa8ecf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10001110 11001111
Octal 252 216 317
Decimal 170 142 207
Hex AA 8E CF

RGB Percentages of Color #aa8ecf

%32.76
%27.36
%39.88

CMYK Percentages of Color #aa8ecf

%18
%31
%0
%19

Triadic Colors of #aa8ecf

#aa8ecf #cfaa8e #8ecfaa

Analogous Colors of #aa8ecf

#aa8ecf #cb8ecf #8e93cf

Monochromatic Colors of #aa8ecf

#aa8ecf

Complementary Color

#aa8ecf #b3cf8e

#aa8ecf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa8ecf Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa8ecf Color CSS Codes

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

#aa8ecf Text Font Color

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

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


#aa8ecf Background Color

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

This div background color is #aa8ecf


#aa8ecf Border Color

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

This div border color is #aa8ecf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa8ecf


Comments

No comments written yet.

Please login to write comment.