Color Hex Logo

#a940eb Color Hex

#A940EB
(169,64,235)
0 Favorites   0 Comments

Color spaces of #a940eb

RGB 16964235
HSL0.770.810.59
HSV277°73°92°
CMYK 0.280.730.00   0.08
XYZ33.191018.100080.3415
Yxy18.10000.25210.1375
Hunter Lab42.544164.8056-82.1841
CIE-Lab49.617269.2657-67.5940

#a940eb color RGB value is (169,64,235).

#a940eb hex color red value is 169, green value is 64 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #a940eb hue: 0.77 , saturation: 0.81 and the lightness value of a940eb is 0.59.

The process color (four color CMYK) of #a940eb color hex is 0.28, 0.73, 0.00, 0.08. Web safe color of #a940eb is #9933ff. Color #a940eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 01000000 11101011
Octal 251 100 353
Decimal 169 64 235
Hex A9 40 EB

RGB Percentages of Color #a940eb

%36.11
%13.68
%50.21

CMYK Percentages of Color #a940eb

%28
%73
%0
%8

Triadic Colors of #a940eb

#a940eb #eba940 #40eba9

Analogous Colors of #a940eb

#a940eb #eb40d8 #5340eb

Monochromatic Colors of #a940eb

#a940eb

Complementary Color

#a940eb #82eb40

#a940eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a940eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a940eb Color CSS Codes

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

#a940eb Text Font Color

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

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


#a940eb Background Color

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

This div background color is #a940eb


#a940eb Border Color

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

This div border color is #a940eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a940eb


Comments

No comments written yet.

Please login to write comment.