Color Hex Logo

#a940ff Color Hex

#A940FF
(169,64,255)
0 Favorites   0 Comments

Color spaces of #a940ff

RGB 16964255
HSL0.761.000.63
HSV273°75°100°
CMYK 0.340.750.00   0.00
XYZ36.245619.321896.4269
Yxy19.32180.23850.1271
Hunter Lab43.956670.2631-99.2940
CIE-Lab51.061673.5257-76.4391

#a940ff color RGB value is (169,64,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101001 01000000 11111111
Octal 251 100 377
Decimal 169 64 255
Hex A9 40 FF

RGB Percentages of Color #a940ff

%34.63
%13.11
%52.25

CMYK Percentages of Color #a940ff

%34
%75
%0
%0

Triadic Colors of #a940ff

#a940ff #ffa940 #40ffa9

Analogous Colors of #a940ff

#a940ff #ff40f6 #4940ff

Monochromatic Colors of #a940ff

#a940ff

Complementary Color

#a940ff #96ff40

#a940ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a940ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#a940ff Color CSS Codes

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

#a940ff Text Font Color

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

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


#a940ff Background Color

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

This div background color is #a940ff


#a940ff Border Color

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

This div border color is #a940ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a940ff

Related Colors


Comments

No comments written yet.

Please login to write comment.