Color Hex Logo

#a7056e Color Hex

#A7056E
(167,5,110)
0 Favorites   0 Comments

Color spaces of #a7056e

RGB 1675110
HSL0.890.940.34
HSV321°97°65°
CMYK 0.000.970.34   0.35
XYZ18.80519.449815.5847
Yxy9.44980.42900.2156
Hunter Lab30.740555.3990-8.5402
CIE-Lab36.836363.6079-13.5217

#a7056e color RGB value is (167,5,110).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100111 00000101 01101110
Octal 247 5 156
Decimal 167 5 110
Hex A7 5 6E

RGB Percentages of Color #a7056e

%59.22
%1.77
%39.01

CMYK Percentages of Color #a7056e

%0
%97
%34
%35

Triadic Colors of #a7056e

#a7056e #6ea705 #056ea7

Analogous Colors of #a7056e

#a7056e #a7051d #8f05a7

Monochromatic Colors of #a7056e

#a7056e

Complementary Color

#a7056e #05a73e

#a7056e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a7056e Color Preview on White Background

Lorem ipsum dolor sit amet.

#a7056e Color CSS Codes

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

#a7056e Text Font Color

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

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


#a7056e Background Color

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

This div background color is #a7056e


#a7056e Border Color

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

This div border color is #a7056e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a7056e


Comments

No comments written yet.

Please login to write comment.