Color Hex Logo

#a00efe Color Hex

#A00EFE
(160,14,254)
0 Favorites   0 Comments

Color spaces of #a00efe

RGB 16014254
HSL0.770.990.53
HSV277°94°100°
CMYK 0.370.940.00   0.00
XYZ32.543614.943494.9351
Yxy14.94340.22850.1049
Hunter Lab38.656782.6231-118.5477
CIE-Lab45.556684.4640-84.9349

#a00efe color RGB value is (160,14,254).

#a00efe hex color red value is 160, green value is 14 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #a00efe hue: 0.77 , saturation: 0.99 and the lightness value of a00efe is 0.53.

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

Base Numbers

BaseRedGreenBlue
Binary 10100000 00001110 11111110
Octal 240 16 376
Decimal 160 14 254
Hex A0 E FE

RGB Percentages of Color #a00efe

%37.38
%3.27
%59.35

CMYK Percentages of Color #a00efe

%37
%94
%0
%0

Triadic Colors of #a00efe

#a00efe #fea00e #0efea0

Analogous Colors of #a00efe

#a00efe #fe0ee4 #280efe

Monochromatic Colors of #a00efe

#a00efe

Complementary Color

#a00efe #6cfe0e

#a00efe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a00efe Color Preview on White Background

Lorem ipsum dolor sit amet.

#a00efe Color CSS Codes

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

#a00efe Text Font Color

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

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


#a00efe Background Color

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

This div background color is #a00efe


#a00efe Border Color

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

This div border color is #a00efe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a00efe

Related Colors


Comments

No comments written yet.

Please login to write comment.