Color Hex Logo

#a03eaa Color Hex

#A03EAA
(160,62,170)
0 Favorites   0 Comments

Color spaces of #a03eaa

RGB 16062170
HSL0.820.470.45
HSV294°64°67°
CMYK 0.060.640.00   0.33
XYZ23.475513.821139.4607
Yxy13.82110.30580.1801
Hunter Lab37.176747.6557-36.9088
CIE-Lab43.975355.1962-39.1874

#a03eaa color RGB value is (160,62,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100000 00111110 10101010
Octal 240 76 252
Decimal 160 62 170
Hex A0 3E AA

RGB Percentages of Color #a03eaa

%40.82
%15.82
%43.37

CMYK Percentages of Color #a03eaa

%6
%64
%0
%33

Triadic Colors of #a03eaa

#a03eaa #aaa03e #3eaaa0

Analogous Colors of #a03eaa

#a03eaa #aa3e7e #6a3eaa

Monochromatic Colors of #a03eaa

#a03eaa

Complementary Color

#a03eaa #48aa3e

#a03eaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a03eaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#a03eaa Color CSS Codes

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

#a03eaa Text Font Color

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

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


#a03eaa Background Color

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

This div background color is #a03eaa


#a03eaa Border Color

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

This div border color is #a03eaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a03eaa


Comments

No comments written yet.

Please login to write comment.