Color Hex Logo

#a20efe Color Hex

#A20EFE
(162,14,254)
0 Favorites   0 Comments

Color spaces of #a20efe

RGB 16214254
HSL0.770.990.53
HSV277°94°100°
CMYK 0.360.940.00   0.00
XYZ32.946715.151294.9539
Yxy15.15120.23030.1059
Hunter Lab38.924582.9689-117.3869
CIE-Lab45.840684.6781-84.4578

#a20efe color RGB value is (162,14,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100010 00001110 11111110
Octal 242 16 376
Decimal 162 14 254
Hex A2 E FE

RGB Percentages of Color #a20efe

%37.67
%3.26
%59.07

CMYK Percentages of Color #a20efe

%36
%94
%0
%0

Triadic Colors of #a20efe

#a20efe #fea20e #0efea2

Analogous Colors of #a20efe

#a20efe #fe0ee2 #2a0efe

Monochromatic Colors of #a20efe

#a20efe

Complementary Color

#a20efe #6afe0e

#a20efe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a20efe Color Preview on White Background

Lorem ipsum dolor sit amet.

#a20efe Color CSS Codes

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

#a20efe Text Font Color

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

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


#a20efe Background Color

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

This div background color is #a20efe


#a20efe Border Color

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

This div border color is #a20efe


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(162,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 #a20efe">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a20efe


Comments

No comments written yet.

Please login to write comment.