Color Hex Logo

#a985fa Color Hex

#A985FA
(169,133,250)
0 Favorites   0 Comments

Color spaces of #a985fa

RGB 169133250
HSL0.720.920.75
HSV258°47°98°
CMYK 0.320.470.00   0.02
XYZ42.005032.112294.4268
Yxy32.11220.24920.1905
Hunter Lab56.667633.1452-59.1292
CIE-Lab63.435538.4587-53.7676

#a985fa color RGB value is (169,133,250).

#a985fa hex color red value is 169, green value is 133 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #a985fa hue: 0.72 , saturation: 0.92 and the lightness value of a985fa is 0.75.

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

Base Numbers

BaseRedGreenBlue
Binary 10101001 10000101 11111010
Octal 251 205 372
Decimal 169 133 250
Hex A9 85 FA

RGB Percentages of Color #a985fa

%30.62
%24.09
%45.29

CMYK Percentages of Color #a985fa

%32
%47
%0
%2

Triadic Colors of #a985fa

#a985fa #faa985 #85faa9

Analogous Colors of #a985fa

#a985fa #e485fa #859cfa

Monochromatic Colors of #a985fa

#a985fa

Complementary Color

#a985fa #d6fa85

#a985fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a985fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#a985fa Color CSS Codes

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

#a985fa Text Font Color

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

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


#a985fa Background Color

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

This div background color is #a985fa


#a985fa Border Color

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

This div border color is #a985fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a985fa

Related Colors


Comments

No comments written yet.

Please login to write comment.