Color Hex Logo

#a990fb Color Hex

#A990FB
(169,144,251)
0 Favorites   0 Comments

Color spaces of #a990fb

RGB 169144251
HSL0.710.930.77
HSV254°43°98°
CMYK 0.330.430.00   0.02
XYZ43.748035.346695.7836
Yxy35.34660.25020.2021
Hunter Lab59.453027.3050-53.9039
CIE-Lab66.017632.5255-50.2248

#a990fb color RGB value is (169,144,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101001 10010000 11111011
Octal 251 220 373
Decimal 169 144 251
Hex A9 90 FB

RGB Percentages of Color #a990fb

%29.96
%25.53
%44.50

CMYK Percentages of Color #a990fb

%33
%43
%0
%2

Triadic Colors of #a990fb

#a990fb #fba990 #90fba9

Analogous Colors of #a990fb

#a990fb #df90fb #90adfb

Monochromatic Colors of #a990fb

#a990fb

Complementary Color

#a990fb #e2fb90

#a990fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a990fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a990fb Color CSS Codes

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

#a990fb Text Font Color

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

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


#a990fb Background Color

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

This div background color is #a990fb


#a990fb Border Color

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

This div border color is #a990fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a990fb


Comments

No comments written yet.

Please login to write comment.