Color Hex Logo

#a940fe Color Hex

#A940FE
(169,64,254)
0 Favorites   0 Comments

Color spaces of #a940fe

RGB 16964254
HSL0.760.990.62
HSV273°75°100°
CMYK 0.330.750.00   0.00
XYZ36.085019.257695.5811
Yxy19.25760.23910.1276
Hunter Lab43.883569.9829-98.4191
CIE-Lab50.987273.3099-76.0041

#a940fe color RGB value is (169,64,254).

#a940fe hex color red value is 169, green value is 64 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #a940fe hue: 0.76 , saturation: 0.99 and the lightness value of a940fe is 0.62.

The process color (four color CMYK) of #a940fe color hex is 0.33, 0.75, 0.00, 0.00. Web safe color of #a940fe is #9933ff. Color #a940fe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 01000000 11111110
Octal 251 100 376
Decimal 169 64 254
Hex A9 40 FE

RGB Percentages of Color #a940fe

%34.70
%13.14
%52.16

CMYK Percentages of Color #a940fe

%33
%75
%0
%0

Triadic Colors of #a940fe

#a940fe #fea940 #40fea9

Analogous Colors of #a940fe

#a940fe #fe40f4 #4a40fe

Monochromatic Colors of #a940fe

#a940fe

Complementary Color

#a940fe #95fe40

#a940fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a940fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#a940fe Color CSS Codes

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

#a940fe Text Font Color

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

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


#a940fe Background Color

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

This div background color is #a940fe


#a940fe Border Color

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

This div border color is #a940fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a940fe

Related Colors


Comments

No comments written yet.

Please login to write comment.