Color Hex Logo

#a40eea Color Hex

#A40EEA
(164,14,234)
0 Favorites   0 Comments

Color spaces of #a40eea

RGB 16414234
HSL0.780.890.49
HSV281°94°92°
CMYK 0.300.940.00   0.08
XYZ30.318214.147178.9746
Yxy14.14710.24560.1146
Hunter Lab37.612678.0604-98.1614
CIE-Lab44.443281.1010-75.4840

#a40eea color RGB value is (164,14,234).

#a40eea hex color red value is 164, green value is 14 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #a40eea hue: 0.78 , saturation: 0.89 and the lightness value of a40eea is 0.49.

The process color (four color CMYK) of #a40eea color hex is 0.30, 0.94, 0.00, 0.08. Web safe color of #a40eea is #9900ff. Color #a40eea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 00001110 11101010
Octal 244 16 352
Decimal 164 14 234
Hex A4 E EA

RGB Percentages of Color #a40eea

%39.81
%3.40
%56.80

CMYK Percentages of Color #a40eea

%30
%94
%0
%8

Triadic Colors of #a40eea

#a40eea #eaa40e #0eeaa4

Analogous Colors of #a40eea

#a40eea #ea0ec2 #360eea

Monochromatic Colors of #a40eea

#a40eea

Complementary Color

#a40eea #54ea0e

#a40eea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a40eea Color Preview on White Background

Lorem ipsum dolor sit amet.

#a40eea Color CSS Codes

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

#a40eea Text Font Color

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

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


#a40eea Background Color

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

This div background color is #a40eea


#a40eea Border Color

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

This div border color is #a40eea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a40eea


Comments

No comments written yet.

Please login to write comment.