Color Hex Logo

#a0056a Color Hex

#A0056A
(160,5,106)
0 Favorites   0 Comments

Color spaces of #a0056a

RGB 1605106
HSL0.890.940.32
HSV321°97°63°
CMYK 0.000.970.34   0.37
XYZ17.15308.622714.3960
Yxy8.62270.42700.2146
Hunter Lab29.364452.8816-8.5120
CIE-Lab35.247561.6613-13.5305

#a0056a color RGB value is (160,5,106).

#a0056a hex color red value is 160, green value is 5 and the blue value of its RGB is 106. Cylindrical-coordinate representations (also known as HSL) of color #a0056a hue: 0.89 , saturation: 0.94 and the lightness value of a0056a is 0.32.

The process color (four color CMYK) of #a0056a color hex is 0.00, 0.97, 0.34, 0.37. Web safe color of #a0056a is #990066. Color #a0056a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 00000101 01101010
Octal 240 5 152
Decimal 160 5 106
Hex A0 5 6A

RGB Percentages of Color #a0056a

%59.04
%1.85
%39.11

CMYK Percentages of Color #a0056a

%0
%97
%34
%37

Triadic Colors of #a0056a

#a0056a #6aa005 #056aa0

Analogous Colors of #a0056a

#a0056a #a0051d #8905a0

Monochromatic Colors of #a0056a

#a0056a

Complementary Color

#a0056a #05a03b

#a0056a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a0056a Color Preview on White Background

Lorem ipsum dolor sit amet.

#a0056a Color CSS Codes

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

#a0056a Text Font Color

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

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


#a0056a Background Color

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

This div background color is #a0056a


#a0056a Border Color

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

This div border color is #a0056a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a0056a


Comments

No comments written yet.

Please login to write comment.