Color Hex Logo

#a7617e Color Hex

#A7617E
(167,97,126)
0 Favorites   0 Comments

Color spaces of #a7617e

RGB 16797126
HSL0.930.280.52
HSV335°42°65°
CMYK 0.000.420.25   0.35
XYZ23.976918.271222.0016
Yxy18.27120.37320.2844
Hunter Lab42.744825.3228-0.5963
CIE-Lab49.823432.2065-3.8735

#a7617e color RGB value is (167,97,126).

#a7617e hex color red value is 167, green value is 97 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #a7617e hue: 0.93 , saturation: 0.28 and the lightness value of a7617e is 0.52.

The process color (four color CMYK) of #a7617e color hex is 0.00, 0.42, 0.25, 0.35. Web safe color of #a7617e is #996666. Color #a7617e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 01100001 01111110
Octal 247 141 176
Decimal 167 97 126
Hex A7 61 7E

RGB Percentages of Color #a7617e

%42.82
%24.87
%32.31

CMYK Percentages of Color #a7617e

%0
%42
%25
%35

Triadic Colors of #a7617e

#a7617e #7ea761 #617ea7

Analogous Colors of #a7617e

#a7617e #a76761 #a761a1

Monochromatic Colors of #a7617e

#a7617e

Complementary Color

#a7617e #61a78a

#a7617e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a7617e Color Preview on White Background

Lorem ipsum dolor sit amet.

#a7617e Color CSS Codes

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

#a7617e Text Font Color

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

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


#a7617e Background Color

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

This div background color is #a7617e


#a7617e Border Color

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

This div border color is #a7617e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a7617e


Comments

No comments written yet.

Please login to write comment.