Color Hex Logo

#a990fd Color Hex

#A990FD
(169,144,253)
0 Favorites   0 Comments

Color spaces of #a990fd

RGB 169144253
HSL0.700.960.78
HSV254°43°99°
CMYK 0.330.430.00   0.01
XYZ44.065135.473497.4531
Yxy35.47340.24900.2004
Hunter Lab59.559627.8339-55.3204
CIE-Lab66.115633.0337-51.1629

#a990fd color RGB value is (169,144,253).

#a990fd hex color red value is 169, green value is 144 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #a990fd hue: 0.70 , saturation: 0.96 and the lightness value of a990fd is 0.78.

The process color (four color CMYK) of #a990fd color hex is 0.33, 0.43, 0.00, 0.01. Web safe color of #a990fd is #9999ff. Color #a990fd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 10010000 11111101
Octal 251 220 375
Decimal 169 144 253
Hex A9 90 FD

RGB Percentages of Color #a990fd

%29.86
%25.44
%44.70

CMYK Percentages of Color #a990fd

%33
%43
%0
%1

Triadic Colors of #a990fd

#a990fd #fda990 #90fda9

Analogous Colors of #a990fd

#a990fd #e090fd #90aefd

Monochromatic Colors of #a990fd

#a990fd

Complementary Color

#a990fd #e4fd90

#a990fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a990fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a990fd Color CSS Codes

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

#a990fd Text Font Color

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

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


#a990fd Background Color

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

This div background color is #a990fd


#a990fd Border Color

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

This div border color is #a990fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a990fd


Comments

No comments written yet.

Please login to write comment.