Color Hex Logo

#a990dc Color Hex

#A990DC
(169,144,220)
0 Favorites   0 Comments

Color spaces of #a990dc

RGB 169144220
HSL0.720.520.71
HSV260°35°86°
CMYK 0.230.350.00   0.14
XYZ39.253733.548872.1168
Yxy33.54880.27090.2315
Hunter Lab57.921319.6084-33.2760
CIE-Lab64.602824.9234-35.3663

#a990dc color RGB value is (169,144,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101001 10010000 11011100
Octal 251 220 334
Decimal 169 144 220
Hex A9 90 DC

RGB Percentages of Color #a990dc

%31.71
%27.02
%41.28

CMYK Percentages of Color #a990dc

%23
%35
%0
%14

Triadic Colors of #a990dc

#a990dc #dca990 #90dca9

Analogous Colors of #a990dc

#a990dc #cf90dc #909ddc

Monochromatic Colors of #a990dc

#a990dc

Complementary Color

#a990dc #c3dc90

#a990dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a990dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a990dc Color CSS Codes

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

#a990dc Text Font Color

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

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


#a990dc Background Color

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

This div background color is #a990dc


#a990dc Border Color

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

This div border color is #a990dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a990dc


Comments

No comments written yet.

Please login to write comment.