Color Hex Logo

#a05eae Color Hex

#A05EAE
(160,94,174)
0 Favorites   0 Comments

Color spaces of #a05eae

RGB 16094174
HSL0.800.330.53
HSV290°46°68°
CMYK 0.080.460.00   0.32
XYZ26.139918.535042.2443
Yxy18.53500.30070.2132
Hunter Lab43.052333.0377-28.0407
CIE-Lab50.138740.0755-31.8378

#a05eae color RGB value is (160,94,174).

#a05eae hex color red value is 160, green value is 94 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #a05eae hue: 0.80 , saturation: 0.33 and the lightness value of a05eae is 0.53.

The process color (four color CMYK) of #a05eae color hex is 0.08, 0.46, 0.00, 0.32. Web safe color of #a05eae is #996699. Color #a05eae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 01011110 10101110
Octal 240 136 256
Decimal 160 94 174
Hex A0 5E AE

RGB Percentages of Color #a05eae

%37.38
%21.96
%40.65

CMYK Percentages of Color #a05eae

%8
%46
%0
%32

Triadic Colors of #a05eae

#a05eae #aea05e #5eaea0

Analogous Colors of #a05eae

#a05eae #ae5e94 #785eae

Monochromatic Colors of #a05eae

#a05eae

Complementary Color

#a05eae #6cae5e

#a05eae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a05eae Color Preview on White Background

Lorem ipsum dolor sit amet.

#a05eae Color CSS Codes

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

#a05eae Text Font Color

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

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


#a05eae Background Color

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

This div background color is #a05eae


#a05eae Border Color

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

This div border color is #a05eae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a05eae


Comments

No comments written yet.

Please login to write comment.