Color Hex Logo

#aa94dc Color Hex

#AA94DC
(170,148,220)
0 Favorites   0 Comments

Color spaces of #aa94dc

RGB 170148220
HSL0.720.510.72
HSV258°33°86°
CMYK 0.230.330.00   0.14
XYZ40.085734.893272.3325
Yxy34.89320.27210.2369
Hunter Lab59.070517.7582-31.2520
CIE-Lab65.665422.9556-33.7079

#aa94dc color RGB value is (170,148,220).

#aa94dc hex color red value is 170, green value is 148 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #aa94dc hue: 0.72 , saturation: 0.51 and the lightness value of aa94dc is 0.72.

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 10010100 11011100
Octal 252 224 334
Decimal 170 148 220
Hex AA 94 DC

RGB Percentages of Color #aa94dc

%31.60
%27.51
%40.89

CMYK Percentages of Color #aa94dc

%23
%33
%0
%14

Triadic Colors of #aa94dc

#aa94dc #dcaa94 #94dcaa

Analogous Colors of #aa94dc

#aa94dc #ce94dc #94a2dc

Monochromatic Colors of #aa94dc

#aa94dc

Complementary Color

#aa94dc #c6dc94

#aa94dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa94dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa94dc Color CSS Codes

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

#aa94dc Text Font Color

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

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


#aa94dc Background Color

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

This div background color is #aa94dc


#aa94dc Border Color

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

This div border color is #aa94dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa94dc


Comments

No comments written yet.

Please login to write comment.