Color Hex Logo

#a990ea Color Hex

#A990EA
(169,144,234)
0 Favorites   0 Comments

Color spaces of #a990ea

RGB 169144234
HSL0.710.680.74
HSV257°38°92°
CMYK 0.280.380.00   0.08
XYZ41.186734.322082.2959
Yxy34.32200.26100.2175
Hunter Lab58.585022.9662-42.2768
CIE-Lab65.217428.2889-42.1509

#a990ea color RGB value is (169,144,234).

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

The process color (four color CMYK) of #a990ea color hex is 0.28, 0.38, 0.00, 0.08. Web safe color of #a990ea is #9999ff. Color #a990ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 10010000 11101010
Octal 251 220 352
Decimal 169 144 234
Hex A9 90 EA

RGB Percentages of Color #a990ea

%30.90
%26.33
%42.78

CMYK Percentages of Color #a990ea

%28
%38
%0
%8

Triadic Colors of #a990ea

#a990ea #eaa990 #90eaa9

Analogous Colors of #a990ea

#a990ea #d690ea #90a4ea

Monochromatic Colors of #a990ea

#a990ea

Complementary Color

#a990ea #d1ea90

#a990ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a990ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#a990ea Color CSS Codes

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

#a990ea Text Font Color

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

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


#a990ea Background Color

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

This div background color is #a990ea


#a990ea Border Color

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

This div border color is #a990ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a990ea


Comments

No comments written yet.

Please login to write comment.