Color Hex Logo

#a40ade Color Hex

#A40ADE
(164,10,222)
0 Favorites   0 Comments

Color spaces of #a40ade

RGB 16410222
HSL0.790.910.45
HSV284°95°87°
CMYK 0.260.950.00   0.13
XYZ28.603213.383570.1830
Yxy13.38350.25500.1193
Hunter Lab36.583575.5412-88.1356
CIE-Lab43.335579.3083-70.4617

#a40ade color RGB value is (164,10,222).

#a40ade hex color red value is 164, green value is 10 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #a40ade hue: 0.79 , saturation: 0.91 and the lightness value of a40ade is 0.45.

The process color (four color CMYK) of #a40ade color hex is 0.26, 0.95, 0.00, 0.13. Web safe color of #a40ade is #9900cc. Color #a40ade contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 00001010 11011110
Octal 244 12 336
Decimal 164 10 222
Hex A4 A DE

RGB Percentages of Color #a40ade

%41.41
%2.53
%56.06

CMYK Percentages of Color #a40ade

%26
%95
%0
%13

Triadic Colors of #a40ade

#a40ade #dea40a #0adea4

Analogous Colors of #a40ade

#a40ade #de0aae #3a0ade

Monochromatic Colors of #a40ade

#a40ade

Complementary Color

#a40ade #44de0a

#a40ade Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a40ade Color Preview on White Background

Lorem ipsum dolor sit amet.

#a40ade Color CSS Codes

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

#a40ade Text Font Color

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

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


#a40ade Background Color

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

This div background color is #a40ade


#a40ade Border Color

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

This div border color is #a40ade


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(164,10,222, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a40ade; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a40ade;
  -webkit-box-shadow: 1px 1px 3px 2px #a40ade;
  box-shadow:         1px 1px 3px 2px #a40ade; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(164,10,222, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a40ade


Comments

No comments written yet.

Please login to write comment.