color codes Logo

#aa95db color codes

#AA95DB
(170,149,219)
0 Favorites   0 Comments

Color spaces of #aa95db

RGB 170149219
HSL0.720.490.72
HSV258°32°86°
CMYK 0.220.320.00   0.14
XYZ40.111235.155471.6894
Yxy35.15540.27290.2392
Hunter Lab59.292016.9948-30.1826
CIE-Lab65.869522.1556-32.8373

#aa95db color RGB value is (170,149,219).

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

The process color (four color CMYK) of #aa95db color code is 0.22, 0.32, 0.00, 0.14. Web safe color of #aa95db is #9999cc. Color #aa95db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10010101 11011011
Octal 252 225 333
Decimal 170 149 219
Hex AA 95 DB

RGB Percentages of Color #aa95db

%31.60
%27.70
%40.71

CMYK Percentages of Color #aa95db

%22
%32
%0
%14

Triadic Colors of #aa95db

#aa95db #dbaa95 #95dbaa

Analogous Colors of #aa95db

#aa95db #cd95db #95a3db

Monochromatic Colors of #aa95db

#aa95db

Complementary Color

#aa95db #c6db95

#aa95db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa95db Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa95db Color CSS Codes

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

#aa95db Text Font Color

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

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


#aa95db Background Color

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

This div background color is #aa95db


#aa95db Border Color

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

This div border color is #aa95db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa95db


Comments

No comments written yet.

Please login to write comment.