Color Hex Logo

#a0478a Color Hex

#A0478A
(160,71,138)
0 Favorites   0 Comments

Color spaces of #a0478a

RGB 16071138
HSL0.870.390.45
HSV315°56°63°
CMYK 0.000.560.14   0.37
XYZ21.337913.815025.5867
Yxy13.81500.35130.2274
Hunter Lab37.168537.4292-14.7971
CIE-Lab43.966445.4079-20.0284

#a0478a color RGB value is (160,71,138).

#a0478a hex color red value is 160, green value is 71 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #a0478a hue: 0.87 , saturation: 0.39 and the lightness value of a0478a is 0.45.

The process color (four color CMYK) of #a0478a color hex is 0.00, 0.56, 0.14, 0.37. Web safe color of #a0478a is #993399. Color #a0478a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 01000111 10001010
Octal 240 107 212
Decimal 160 71 138
Hex A0 47 8A

RGB Percentages of Color #a0478a

%43.36
%19.24
%37.40

CMYK Percentages of Color #a0478a

%0
%56
%14
%37

Triadic Colors of #a0478a

#a0478a #8aa047 #478aa0

Analogous Colors of #a0478a

#a0478a #a0475e #8a47a0

Monochromatic Colors of #a0478a

#a0478a

Complementary Color

#a0478a #47a05d

#a0478a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a0478a Color Preview on White Background

Lorem ipsum dolor sit amet.

#a0478a Color CSS Codes

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

#a0478a Text Font Color

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

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


#a0478a Background Color

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

This div background color is #a0478a


#a0478a Border Color

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

This div border color is #a0478a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a0478a


Comments

No comments written yet.

Please login to write comment.