Color Hex Logo

#a04986 Color Hex

#A04986
(160,73,134)
0 Favorites   0 Comments

Color spaces of #a04986

RGB 16073134
HSL0.880.370.46
HSV318°54°63°
CMYK 0.000.540.16   0.37
XYZ21.182813.959924.1323
Yxy13.95990.35740.2355
Hunter Lab37.362935.8148-12.1407
CIE-Lab44.175443.7693-17.2840

#a04986 color RGB value is (160,73,134).

#a04986 hex color red value is 160, green value is 73 and the blue value of its RGB is 134. Cylindrical-coordinate representations (also known as HSL) of color #a04986 hue: 0.88 , saturation: 0.37 and the lightness value of a04986 is 0.46.

The process color (four color CMYK) of #a04986 color hex is 0.00, 0.54, 0.16, 0.37. Web safe color of #a04986 is #993399. Color #a04986 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 01001001 10000110
Octal 240 111 206
Decimal 160 73 134
Hex A0 49 86

RGB Percentages of Color #a04986

%43.60
%19.89
%36.51

CMYK Percentages of Color #a04986

%0
%54
%16
%37

Triadic Colors of #a04986

#a04986 #86a049 #4986a0

Analogous Colors of #a04986

#a04986 #a0495b #8f49a0

Monochromatic Colors of #a04986

#a04986

Complementary Color

#a04986 #49a063

#a04986 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a04986 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a04986 Color CSS Codes

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

#a04986 Text Font Color

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

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


#a04986 Background Color

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

This div background color is #a04986


#a04986 Border Color

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

This div border color is #a04986


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a04986

#a04986 Color Palettes


Comments

No comments written yet.

Please login to write comment.