Color Hex Logo

#a00aea Color Hex

#A00AEA
(160,10,234)
0 Favorites   0 Comments

Color spaces of #a00aea

RGB 16010234
HSL0.780.920.48
HSV280°96°92°
CMYK 0.320.960.00   0.08
XYZ29.457013.631278.9204
Yxy13.63120.24140.1117
Hunter Lab36.920577.8055-100.8928
CIE-Lab43.699381.0414-76.7253

#a00aea color RGB value is (160,10,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100000 00001010 11101010
Octal 240 12 352
Decimal 160 10 234
Hex A0 A EA

RGB Percentages of Color #a00aea

%39.60
%2.48
%57.92

CMYK Percentages of Color #a00aea

%32
%96
%0
%8

Triadic Colors of #a00aea

#a00aea #eaa00a #0aeaa0

Analogous Colors of #a00aea

#a00aea #ea0ac4 #300aea

Monochromatic Colors of #a00aea

#a00aea

Complementary Color

#a00aea #54ea0a

#a00aea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a00aea Color Preview on White Background

Lorem ipsum dolor sit amet.

#a00aea Color CSS Codes

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

#a00aea Text Font Color

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

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


#a00aea Background Color

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

This div background color is #a00aea


#a00aea Border Color

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

This div border color is #a00aea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a00aea


Comments

No comments written yet.

Please login to write comment.