Color Hex Logo

#a940dd Color Hex

#A940DD
(169,64,221)
0 Favorites   0 Comments

Color spaces of #a940dd

RGB 16964221
HSL0.780.700.56
HSV280°71°87°
CMYK 0.240.710.00   0.13
XYZ31.246717.322370.1033
Yxy17.32230.26330.1460
Hunter Lab41.620161.1756-70.7318
CIE-Lab48.663666.3620-61.2099

#a940dd color RGB value is (169,64,221).

#a940dd hex color red value is 169, green value is 64 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #a940dd hue: 0.78 , saturation: 0.70 and the lightness value of a940dd is 0.56.

The process color (four color CMYK) of #a940dd color hex is 0.24, 0.71, 0.00, 0.13. Web safe color of #a940dd is #9933cc. Color #a940dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 01000000 11011101
Octal 251 100 335
Decimal 169 64 221
Hex A9 40 DD

RGB Percentages of Color #a940dd

%37.22
%14.10
%48.68

CMYK Percentages of Color #a940dd

%24
%71
%0
%13

Triadic Colors of #a940dd

#a940dd #dda940 #40dda9

Analogous Colors of #a940dd

#a940dd #dd40c3 #5b40dd

Monochromatic Colors of #a940dd

#a940dd

Complementary Color

#a940dd #74dd40

#a940dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a940dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a940dd Color CSS Codes

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

#a940dd Text Font Color

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

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


#a940dd Background Color

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

This div background color is #a940dd


#a940dd Border Color

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

This div border color is #a940dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a940dd


Comments

No comments written yet.

Please login to write comment.