Color Hex Logo

#a20aea Color Hex

#A20AEA
(162,10,234)
0 Favorites   0 Comments

Color spaces of #a20aea

RGB 16210234
HSL0.780.920.48
HSV281°96°92°
CMYK 0.310.960.00   0.08
XYZ29.860113.839078.9393
Yxy13.83900.24350.1128
Hunter Lab37.200878.1758-99.7715
CIE-Lab44.001181.2768-76.2193

#a20aea color RGB value is (162,10,234).

#a20aea hex color red value is 162, green value is 10 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #a20aea hue: 0.78 , saturation: 0.92 and the lightness value of a20aea is 0.48.

The process color (four color CMYK) of #a20aea color hex is 0.31, 0.96, 0.00, 0.08. Web safe color of #a20aea is #9900ff. Color #a20aea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100010 00001010 11101010
Octal 242 12 352
Decimal 162 10 234
Hex A2 A EA

RGB Percentages of Color #a20aea

%39.90
%2.46
%57.64

CMYK Percentages of Color #a20aea

%31
%96
%0
%8

Triadic Colors of #a20aea

#a20aea #eaa20a #0aeaa2

Analogous Colors of #a20aea

#a20aea #ea0ac2 #320aea

Monochromatic Colors of #a20aea

#a20aea

Complementary Color

#a20aea #52ea0a

#a20aea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a20aea Color Preview on White Background

Lorem ipsum dolor sit amet.

#a20aea Color CSS Codes

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

#a20aea Text Font Color

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

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


#a20aea Background Color

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

This div background color is #a20aea


#a20aea Border Color

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

This div border color is #a20aea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a20aea


Comments

No comments written yet.

Please login to write comment.