Color Hex Logo

#aa88eb Color Hex

#AA88EB
(170,136,235)
0 Favorites   0 Comments

Color spaces of #aa88eb

RGB 170136235
HSL0.720.710.73
HSV261°42°92°
CMYK 0.280.420.00   0.08
XYZ40.377132.152582.6752
Yxy32.15250.26020.2072
Hunter Lab56.703227.8754-46.7547
CIE-Lab63.468733.3306-45.4453

#aa88eb color RGB value is (170,136,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 10001000 11101011
Octal 252 210 353
Decimal 170 136 235
Hex AA 88 EB

RGB Percentages of Color #aa88eb

%31.42
%25.14
%43.44

CMYK Percentages of Color #aa88eb

%28
%42
%0
%8

Triadic Colors of #aa88eb

#aa88eb #ebaa88 #88ebaa

Analogous Colors of #aa88eb

#aa88eb #dc88eb #8898eb

Monochromatic Colors of #aa88eb

#aa88eb

Complementary Color

#aa88eb #c9eb88

#aa88eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa88eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa88eb Color CSS Codes

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

#aa88eb Text Font Color

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

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


#aa88eb Background Color

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

This div background color is #aa88eb


#aa88eb Border Color

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

This div border color is #aa88eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa88eb


Comments

No comments written yet.

Please login to write comment.