color codes Logo

#aa8aeb color codes

#AA8AEB
(170,138,235)
0 Favorites   0 Comments

Color spaces of #aa8aeb

RGB 170138235
HSL0.720.710.73
HSV260°41°92°
CMYK 0.280.410.00   0.08
XYZ40.661432.721282.7700
Yxy32.72120.26040.2095
Hunter Lab57.202426.7794-45.7489
CIE-Lab63.934532.2029-44.7119

#aa8aeb color RGB value is (170,138,235).

#aa8aeb hex color red value is 170, green value is 138 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #aa8aeb hue: 0.72 , saturation: 0.71 and the lightness value of aa8aeb is 0.73.

The process color (four color CMYK) of #aa8aeb color code is 0.28, 0.41, 0.00, 0.08. Web safe color of #aa8aeb is #9999ff. Color #aa8aeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10001010 11101011
Octal 252 212 353
Decimal 170 138 235
Hex AA 8A EB

RGB Percentages of Color #aa8aeb

%31.31
%25.41
%43.28

CMYK Percentages of Color #aa8aeb

%28
%41
%0
%8

Triadic Colors of #aa8aeb

#aa8aeb #ebaa8a #8aebaa

Analogous Colors of #aa8aeb

#aa8aeb #db8aeb #8a9beb

Monochromatic Colors of #aa8aeb

#aa8aeb

Complementary Color

#aa8aeb #cbeb8a

#aa8aeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa8aeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa8aeb Color CSS Codes

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

#aa8aeb Text Font Color

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

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


#aa8aeb Background Color

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

This div background color is #aa8aeb


#aa8aeb Border Color

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

This div border color is #aa8aeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa8aeb


Comments

No comments written yet.

Please login to write comment.