Color Hex Logo

#aa85dc Color Hex

#AA85DC
(170,133,220)
0 Favorites   0 Comments

Color spaces of #aa85dc

RGB 170133220
HSL0.740.550.69
HSV266°40°86°
CMYK 0.230.400.00   0.14
XYZ37.883430.488471.5983
Yxy30.48840.27070.2178
Hunter Lab55.216325.8387-38.2292
CIE-Lab62.073431.4422-39.3086

#aa85dc color RGB value is (170,133,220).

#aa85dc hex color red value is 170, green value is 133 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #aa85dc hue: 0.74 , saturation: 0.55 and the lightness value of aa85dc is 0.69.

The process color (four color CMYK) of #aa85dc color hex is 0.23, 0.40, 0.00, 0.14. Web safe color of #aa85dc is #9999cc. Color #aa85dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10000101 11011100
Octal 252 205 334
Decimal 170 133 220
Hex AA 85 DC

RGB Percentages of Color #aa85dc

%32.50
%25.43
%42.07

CMYK Percentages of Color #aa85dc

%23
%40
%0
%14

Triadic Colors of #aa85dc

#aa85dc #dcaa85 #85dcaa

Analogous Colors of #aa85dc

#aa85dc #d685dc #858cdc

Monochromatic Colors of #aa85dc

#aa85dc

Complementary Color

#aa85dc #b7dc85

#aa85dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa85dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa85dc Color CSS Codes

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

#aa85dc Text Font Color

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

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


#aa85dc Background Color

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

This div background color is #aa85dc


#aa85dc Border Color

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

This div border color is #aa85dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa85dc


Comments

No comments written yet.

Please login to write comment.