Color Hex Logo

#a7406e Color Hex

#A7406E
(167,64,110)
0 Favorites   0 Comments

Color spaces of #a7406e

RGB 16764110
HSL0.930.450.45
HSV333°62°65°
CMYK 0.000.620.34   0.35
XYZ20.584213.008116.1778
Yxy13.00810.41360.2614
Hunter Lab36.066738.7576-1.3479
CIE-Lab42.775446.9206-4.5924

#a7406e color RGB value is (167,64,110).

#a7406e hex color red value is 167, green value is 64 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #a7406e hue: 0.93 , saturation: 0.45 and the lightness value of a7406e is 0.45.

The process color (four color CMYK) of #a7406e color hex is 0.00, 0.62, 0.34, 0.35. Web safe color of #a7406e is #993366. Color #a7406e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 01000000 01101110
Octal 247 100 156
Decimal 167 64 110
Hex A7 40 6E

RGB Percentages of Color #a7406e

%48.97
%18.77
%32.26

CMYK Percentages of Color #a7406e

%0
%62
%34
%35

Triadic Colors of #a7406e

#a7406e #6ea740 #406ea7

Analogous Colors of #a7406e

#a7406e #a74640 #a740a2

Monochromatic Colors of #a7406e

#a7406e

Complementary Color

#a7406e #40a779

#a7406e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a7406e Color Preview on White Background

Lorem ipsum dolor sit amet.

#a7406e Color CSS Codes

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

#a7406e Text Font Color

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

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


#a7406e Background Color

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

This div background color is #a7406e


#a7406e Border Color

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

This div border color is #a7406e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a7406e


Comments

No comments written yet.

Please login to write comment.