Color Hex Logo

#a990db Color Hex

#A990DB
(169,144,219)
0 Favorites   0 Comments

Color spaces of #a990db

RGB 169144219
HSL0.720.510.71
HSV260°34°86°
CMYK 0.230.340.00   0.14
XYZ39.121633.496071.4213
Yxy33.49600.27160.2325
Hunter Lab57.875719.3761-32.6536
CIE-Lab64.560524.6877-34.8770

#a990db color RGB value is (169,144,219).

#a990db hex color red value is 169, green value is 144 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #a990db hue: 0.72 , saturation: 0.51 and the lightness value of a990db is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 10101001 10010000 11011011
Octal 251 220 333
Decimal 169 144 219
Hex A9 90 DB

RGB Percentages of Color #a990db

%31.77
%27.07
%41.17

CMYK Percentages of Color #a990db

%23
%34
%0
%14

Triadic Colors of #a990db

#a990db #dba990 #90dba9

Analogous Colors of #a990db

#a990db #cf90db #909ddb

Monochromatic Colors of #a990db

#a990db

Complementary Color

#a990db #c2db90

#a990db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a990db Color Preview on White Background

Lorem ipsum dolor sit amet.

#a990db Color CSS Codes

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

#a990db Text Font Color

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

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


#a990db Background Color

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

This div background color is #a990db


#a990db Border Color

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

This div border color is #a990db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a990db


Comments

No comments written yet.

Please login to write comment.