Color Hex Logo

#aa85ec Color Hex

#AA85EC
(170,133,236)
0 Favorites   0 Comments

Color spaces of #aa85ec

RGB 170133236
HSL0.730.730.72
HSV262°44°93°
CMYK 0.280.440.00   0.07
XYZ40.105431.377283.2995
Yxy31.37720.25910.2027
Hunter Lab56.015429.7740-48.9584
CIE-Lab62.824835.2613-47.0136

#aa85ec color RGB value is (170,133,236).

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

The process color (four color CMYK) of #aa85ec color hex is 0.28, 0.44, 0.00, 0.07. Web safe color of #aa85ec is #9999ff. Color #aa85ec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10000101 11101100
Octal 252 205 354
Decimal 170 133 236
Hex AA 85 EC

RGB Percentages of Color #aa85ec

%31.54
%24.68
%43.78

CMYK Percentages of Color #aa85ec

%28
%44
%0
%7

Triadic Colors of #aa85ec

#aa85ec #ecaa85 #85ecaa

Analogous Colors of #aa85ec

#aa85ec #de85ec #8594ec

Monochromatic Colors of #aa85ec

#aa85ec

Complementary Color

#aa85ec #c7ec85

#aa85ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa85ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa85ec Color CSS Codes

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

#aa85ec Text Font Color

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

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


#aa85ec Background Color

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

This div background color is #aa85ec


#aa85ec Border Color

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

This div border color is #aa85ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa85ec


Comments

No comments written yet.

Please login to write comment.