color codes Logo

#aa89eb color codes

#AA89EB
(170,137,235)
0 Favorites   0 Comments

Color spaces of #aa89eb

RGB 170137235
HSL0.720.710.73
HSV260°42°92°
CMYK 0.280.420.00   0.08
XYZ40.518632.435582.7224
Yxy32.43550.26030.2084
Hunter Lab56.952227.3274-46.2515
CIE-Lab63.701232.7671-45.0792

#aa89eb color RGB value is (170,137,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 10001001 11101011
Octal 252 211 353
Decimal 170 137 235
Hex AA 89 EB

RGB Percentages of Color #aa89eb

%31.37
%25.28
%43.36

CMYK Percentages of Color #aa89eb

%28
%42
%0
%8

Triadic Colors of #aa89eb

#aa89eb #ebaa89 #89ebaa

Analogous Colors of #aa89eb

#aa89eb #db89eb #8999eb

Monochromatic Colors of #aa89eb

#aa89eb

Complementary Color

#aa89eb #caeb89

#aa89eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa89eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa89eb Color CSS Codes

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

#aa89eb Text Font Color

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

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


#aa89eb Background Color

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

This div background color is #aa89eb


#aa89eb Border Color

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

This div border color is #aa89eb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(170,137,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 #aa89eb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa89eb


Comments

No comments written yet.

Please login to write comment.