Color Hex Logo

#aa8adc Color Hex

#AA8ADC
(170,138,220)
0 Favorites   0 Comments

Color spaces of #aa8adc

RGB 170138220
HSL0.730.540.70
HSV263°37°86°
CMYK 0.230.370.00   0.14
XYZ38.584331.890371.8320
Yxy31.89030.27110.2241
Hunter Lab56.471523.1355-35.8871
CIE-Lab63.252128.6168-37.4653

#aa8adc color RGB value is (170,138,220).

#aa8adc hex color red value is 170, green value is 138 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #aa8adc hue: 0.73 , saturation: 0.54 and the lightness value of aa8adc is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 10001010 11011100
Octal 252 212 334
Decimal 170 138 220
Hex AA 8A DC

RGB Percentages of Color #aa8adc

%32.20
%26.14
%41.67

CMYK Percentages of Color #aa8adc

%23
%37
%0
%14

Triadic Colors of #aa8adc

#aa8adc #dcaa8a #8adcaa

Analogous Colors of #aa8adc

#aa8adc #d38adc #8a93dc

Monochromatic Colors of #aa8adc

#aa8adc

Complementary Color

#aa8adc #bcdc8a

#aa8adc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa8adc Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa8adc Color CSS Codes

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

#aa8adc Text Font Color

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

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


#aa8adc Background Color

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

This div background color is #aa8adc


#aa8adc Border Color

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

This div border color is #aa8adc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa8adc


Comments

No comments written yet.

Please login to write comment.