Color Hex Logo

#a20eed Color Hex

#A20EED
(162,14,237)
0 Favorites   0 Comments

Color spaces of #a20eed

RGB 16214237
HSL0.780.890.49
HSV280°94°93°
CMYK 0.320.940.00   0.07
XYZ30.343414.109981.2450
Yxy14.10990.24140.1123
Hunter Lab37.563178.4563-101.9436
CIE-Lab44.390181.4242-77.2811

#a20eed color RGB value is (162,14,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100010 00001110 11101101
Octal 242 16 355
Decimal 162 14 237
Hex A2 E ED

RGB Percentages of Color #a20eed

%39.23
%3.39
%57.38

CMYK Percentages of Color #a20eed

%32
%94
%0
%7

Triadic Colors of #a20eed

#a20eed #eda20e #0eeda2

Analogous Colors of #a20eed

#a20eed #ed0ec9 #330eed

Monochromatic Colors of #a20eed

#a20eed

Complementary Color

#a20eed #59ed0e

#a20eed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a20eed Color Preview on White Background

Lorem ipsum dolor sit amet.

#a20eed Color CSS Codes

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

#a20eed Text Font Color

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

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


#a20eed Background Color

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

This div background color is #a20eed


#a20eed Border Color

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

This div border color is #a20eed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a20eed


Comments

No comments written yet.

Please login to write comment.