Color Hex Logo

#a02eaa Color Hex

#A02EAA
(160,46,170)
0 Favorites   0 Comments

Color spaces of #a02eaa

RGB 16046170
HSL0.820.570.42
HSV295°73°67°
CMYK 0.060.730.00   0.33
XYZ22.729912.329939.2121
Yxy12.32990.30600.1660
Hunter Lab35.114054.0969-41.6300
CIE-Lab41.735761.4925-42.7486

#a02eaa color RGB value is (160,46,170).

#a02eaa hex color red value is 160, green value is 46 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #a02eaa hue: 0.82 , saturation: 0.57 and the lightness value of a02eaa is 0.42.

The process color (four color CMYK) of #a02eaa color hex is 0.06, 0.73, 0.00, 0.33. Web safe color of #a02eaa is #993399. Color #a02eaa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 00101110 10101010
Octal 240 56 252
Decimal 160 46 170
Hex A0 2E AA

RGB Percentages of Color #a02eaa

%42.55
%12.23
%45.21

CMYK Percentages of Color #a02eaa

%6
%73
%0
%33

Triadic Colors of #a02eaa

#a02eaa #aaa02e #2eaaa0

Analogous Colors of #a02eaa

#a02eaa #aa2e76 #622eaa

Monochromatic Colors of #a02eaa

#a02eaa

Complementary Color

#a02eaa #38aa2e

#a02eaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a02eaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#a02eaa Color CSS Codes

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

#a02eaa Text Font Color

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

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


#a02eaa Background Color

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

This div background color is #a02eaa


#a02eaa Border Color

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

This div border color is #a02eaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a02eaa


Comments

No comments written yet.

Please login to write comment.