Color Hex Logo

#a984fa Color Hex

#A984FA
(169,132,250)
0 Favorites   0 Comments

Color spaces of #a984fa

RGB 169132250
HSL0.720.920.75
HSV259°47°98°
CMYK 0.320.470.00   0.02
XYZ41.868831.839794.3814
Yxy31.83970.24910.1894
Hunter Lab56.426733.7010-59.6720
CIE-Lab63.210239.0179-54.1255

#a984fa color RGB value is (169,132,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101001 10000100 11111010
Octal 251 204 372
Decimal 169 132 250
Hex A9 84 FA

RGB Percentages of Color #a984fa

%30.67
%23.96
%45.37

CMYK Percentages of Color #a984fa

%32
%47
%0
%2

Triadic Colors of #a984fa

#a984fa #faa984 #84faa9

Analogous Colors of #a984fa

#a984fa #e484fa #849afa

Monochromatic Colors of #a984fa

#a984fa

Complementary Color

#a984fa #d5fa84

#a984fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a984fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#a984fa Color CSS Codes

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

#a984fa Text Font Color

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

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


#a984fa Background Color

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

This div background color is #a984fa


#a984fa Border Color

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

This div border color is #a984fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a984fa


Comments

No comments written yet.

Please login to write comment.