Color Hex Logo

#a991fa Color Hex

#A991FA
(169,145,250)
0 Favorites   0 Comments

Color spaces of #a991fa

RGB 169145250
HSL0.700.910.77
HSV254°42°98°
CMYK 0.320.420.00   0.02
XYZ43.742935.587995.0061
Yxy35.58790.25090.2041
Hunter Lab59.655626.4891-52.6649
CIE-Lab66.203831.7078-49.3838

#a991fa color RGB value is (169,145,250).

#a991fa hex color red value is 169, green value is 145 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #a991fa hue: 0.70 , saturation: 0.91 and the lightness value of a991fa is 0.77.

The process color (four color CMYK) of #a991fa color hex is 0.32, 0.42, 0.00, 0.02. Web safe color of #a991fa is #9999ff. Color #a991fa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 10010001 11111010
Octal 251 221 372
Decimal 169 145 250
Hex A9 91 FA

RGB Percentages of Color #a991fa

%29.96
%25.71
%44.33

CMYK Percentages of Color #a991fa

%32
%42
%0
%2

Triadic Colors of #a991fa

#a991fa #faa991 #91faa9

Analogous Colors of #a991fa

#a991fa #de91fa #91aefa

Monochromatic Colors of #a991fa

#a991fa

Complementary Color

#a991fa #e2fa91

#a991fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a991fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#a991fa Color CSS Codes

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

#a991fa Text Font Color

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

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


#a991fa Background Color

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

This div background color is #a991fa


#a991fa Border Color

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

This div border color is #a991fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a991fa


Comments

No comments written yet.

Please login to write comment.