Color Hex Logo

#a03eae Color Hex

#A03EAE
(160,62,174)
0 Favorites   0 Comments

Color spaces of #a03eae

RGB 16062174
HSL0.810.470.46
HSV293°64°68°
CMYK 0.080.640.00   0.32
XYZ23.859813.974841.4843
Yxy13.97480.30080.1762
Hunter Lab37.382948.5084-39.6269
CIE-Lab44.196855.9441-41.2024

#a03eae color RGB value is (160,62,174).

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

The process color (four color CMYK) of #a03eae color hex is 0.08, 0.64, 0.00, 0.32. Web safe color of #a03eae is #993399. Color #a03eae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 00111110 10101110
Octal 240 76 256
Decimal 160 62 174
Hex A0 3E AE

RGB Percentages of Color #a03eae

%40.40
%15.66
%43.94

CMYK Percentages of Color #a03eae

%8
%64
%0
%32

Triadic Colors of #a03eae

#a03eae #aea03e #3eaea0

Analogous Colors of #a03eae

#a03eae #ae3e84 #683eae

Monochromatic Colors of #a03eae

#a03eae

Complementary Color

#a03eae #4cae3e

#a03eae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a03eae Color Preview on White Background

Lorem ipsum dolor sit amet.

#a03eae Color CSS Codes

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

#a03eae Text Font Color

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

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


#a03eae Background Color

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

This div background color is #a03eae


#a03eae Border Color

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

This div border color is #a03eae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a03eae


Comments

No comments written yet.

Please login to write comment.