Color Hex Logo

#a05eaf Color Hex

#A05EAF
(160,94,175)
0 Favorites   0 Comments

Color spaces of #a05eaf

RGB 16094175
HSL0.800.340.53
HSV289°46°69°
CMYK 0.090.460.00   0.31
XYZ26.237818.574142.7597
Yxy18.57410.29960.2121
Hunter Lab43.097733.2496-28.6567
CIE-Lab50.185240.2806-32.3485

#a05eaf color RGB value is (160,94,175).

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

The process color (four color CMYK) of #a05eaf color hex is 0.09, 0.46, 0.00, 0.31. Web safe color of #a05eaf is #996699. Color #a05eaf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 01011110 10101111
Octal 240 136 257
Decimal 160 94 175
Hex A0 5E AF

RGB Percentages of Color #a05eaf

%37.30
%21.91
%40.79

CMYK Percentages of Color #a05eaf

%9
%46
%0
%31

Triadic Colors of #a05eaf

#a05eaf #afa05e #5eafa0

Analogous Colors of #a05eaf

#a05eaf #af5e96 #785eaf

Monochromatic Colors of #a05eaf

#a05eaf

Complementary Color

#a05eaf #6daf5e

#a05eaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a05eaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#a05eaf Color CSS Codes

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

#a05eaf Text Font Color

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

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


#a05eaf Background Color

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

This div background color is #a05eaf


#a05eaf Border Color

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

This div border color is #a05eaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a05eaf


Comments

No comments written yet.

Please login to write comment.