Color Hex Logo

#aa95dc Color Hex

#AA95DC
(170,149,220)
0 Favorites   0 Comments

Color spaces of #aa95dc

RGB 170149220
HSL0.720.500.72
HSV258°32°86°
CMYK 0.230.320.00   0.14
XYZ40.243335.208272.3850
Yxy35.20820.27220.2382
Hunter Lab59.336517.2237-30.7927
CIE-Lab65.910422.3903-33.3276

#aa95dc color RGB value is (170,149,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 10010101 11011100
Octal 252 225 334
Decimal 170 149 220
Hex AA 95 DC

RGB Percentages of Color #aa95dc

%31.54
%27.64
%40.82

CMYK Percentages of Color #aa95dc

%23
%32
%0
%14

Triadic Colors of #aa95dc

#aa95dc #dcaa95 #95dcaa

Analogous Colors of #aa95dc

#aa95dc #ce95dc #95a4dc

Monochromatic Colors of #aa95dc

#aa95dc

Complementary Color

#aa95dc #c7dc95

#aa95dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa95dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa95dc Color CSS Codes

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

#aa95dc Text Font Color

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

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


#aa95dc Background Color

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

This div background color is #aa95dc


#aa95dc Border Color

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

This div border color is #aa95dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa95dc


Comments

No comments written yet.

Please login to write comment.