Color Hex Logo

#a04eaf Color Hex

#A04EAF
(160,78,175)
0 Favorites   0 Comments

Color spaces of #a04eaf

RGB 16078175
HSL0.810.380.50
HSV291°55°69°
CMYK 0.090.550.00   0.31
XYZ24.959516.017542.3336
Yxy16.01750.29960.1923
Hunter Lab40.021941.2826-34.6994
CIE-Lab46.997448.6454-37.3564

#a04eaf color RGB value is (160,78,175).

#a04eaf hex color red value is 160, green value is 78 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #a04eaf hue: 0.81 , saturation: 0.38 and the lightness value of a04eaf is 0.50.

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

Base Numbers

BaseRedGreenBlue
Binary 10100000 01001110 10101111
Octal 240 116 257
Decimal 160 78 175
Hex A0 4E AF

RGB Percentages of Color #a04eaf

%38.74
%18.89
%42.37

CMYK Percentages of Color #a04eaf

%9
%55
%0
%31

Triadic Colors of #a04eaf

#a04eaf #afa04e #4eafa0

Analogous Colors of #a04eaf

#a04eaf #af4e8e #704eaf

Monochromatic Colors of #a04eaf

#a04eaf

Complementary Color

#a04eaf #5daf4e

#a04eaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a04eaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#a04eaf Color CSS Codes

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

#a04eaf Text Font Color

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

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


#a04eaf Background Color

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

This div background color is #a04eaf


#a04eaf Border Color

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

This div border color is #a04eaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a04eaf


Comments

No comments written yet.

Please login to write comment.