Color Hex Logo

#a9a5db Color Hex

#A9A5DB
(169,165,219)
0 Favorites   0 Comments

Color spaces of #a9a5db

RGB 169165219
HSL0.680.430.75
HSV244°25°86°
CMYK 0.230.250.00   0.14
XYZ42.603540.459872.5819
Yxy40.45980.27370.2599
Hunter Lab63.60808.2420-23.1291
CIE-Lab69.795812.8441-26.7869

#a9a5db color RGB value is (169,165,219).

#a9a5db hex color red value is 169, green value is 165 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #a9a5db hue: 0.68 , saturation: 0.43 and the lightness value of a9a5db is 0.75.

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

Base Numbers

BaseRedGreenBlue
Binary 10101001 10100101 11011011
Octal 251 245 333
Decimal 169 165 219
Hex A9 A5 DB

RGB Percentages of Color #a9a5db

%30.56
%29.84
%39.60

CMYK Percentages of Color #a9a5db

%23
%25
%0
%14

Triadic Colors of #a9a5db

#a9a5db #dba9a5 #a5dba9

Analogous Colors of #a9a5db

#a9a5db #c4a5db #a5bcdb

Monochromatic Colors of #a9a5db

#a9a5db

Complementary Color

#a9a5db #d7dba5

#a9a5db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a9a5db Color Preview on White Background

Lorem ipsum dolor sit amet.

#a9a5db Color CSS Codes

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

#a9a5db Text Font Color

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

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


#a9a5db Background Color

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

This div background color is #a9a5db


#a9a5db Border Color

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

This div border color is #a9a5db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a9a5db


Comments

No comments written yet.

Please login to write comment.