Color Hex Logo

#aa85eb Color Hex

#AA85EB
(170,133,235)
0 Favorites   0 Comments

Color spaces of #aa85eb

RGB 170133235
HSL0.730.720.72
HSV262°43°92°
CMYK 0.280.430.00   0.08
XYZ39.960531.319382.5363
Yxy31.31930.25980.2036
Hunter Lab55.963629.5204-48.2675
CIE-Lab62.776335.0182-46.5369

#aa85eb color RGB value is (170,133,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 10000101 11101011
Octal 252 205 353
Decimal 170 133 235
Hex AA 85 EB

RGB Percentages of Color #aa85eb

%31.60
%24.72
%43.68

CMYK Percentages of Color #aa85eb

%28
%43
%0
%8

Triadic Colors of #aa85eb

#aa85eb #ebaa85 #85ebaa

Analogous Colors of #aa85eb

#aa85eb #dd85eb #8593eb

Monochromatic Colors of #aa85eb

#aa85eb

Complementary Color

#aa85eb #c6eb85

#aa85eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa85eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa85eb Color CSS Codes

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

#aa85eb Text Font Color

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

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


#aa85eb Background Color

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

This div background color is #aa85eb


#aa85eb Border Color

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

This div border color is #aa85eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa85eb


Comments

No comments written yet.

Please login to write comment.