Color Hex Logo

#a990da Color Hex

#A990DA
(169,144,218)
0 Favorites   0 Comments

Color spaces of #a990da

RGB 169144218
HSL0.720.500.71
HSV260°34°85°
CMYK 0.220.340.00   0.15
XYZ38.990333.443570.7299
Yxy33.44350.27230.2336
Hunter Lab57.830419.1449-32.0339
CIE-Lab64.518424.4526-34.3870

#a990da color RGB value is (169,144,218).

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

The process color (four color CMYK) of #a990da color hex is 0.22, 0.34, 0.00, 0.15. Web safe color of #a990da is #9999cc. Color #a990da contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 10010000 11011010
Octal 251 220 332
Decimal 169 144 218
Hex A9 90 DA

RGB Percentages of Color #a990da

%31.83
%27.12
%41.05

CMYK Percentages of Color #a990da

%22
%34
%0
%15

Triadic Colors of #a990da

#a990da #daa990 #90daa9

Analogous Colors of #a990da

#a990da #ce90da #909cda

Monochromatic Colors of #a990da

#a990da

Complementary Color

#a990da #c1da90

#a990da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a990da Color Preview on White Background

Lorem ipsum dolor sit amet.

#a990da Color CSS Codes

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

#a990da Text Font Color

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

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


#a990da Background Color

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

This div background color is #a990da


#a990da Border Color

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

This div border color is #a990da


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(169,144,218, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a990da


Comments

No comments written yet.

Please login to write comment.