Color Hex Logo

#a7717e Color Hex

#A7717E
(167,113,126)
0 Favorites   0 Comments

Color spaces of #a7717e

RGB 167113126
HSL0.960.230.55
HSV346°32°65°
CMYK 0.000.320.25   0.35
XYZ25.607421.532122.5451
Yxy21.53210.36750.3090
Hunter Lab46.402717.30083.6754
CIE-Lab53.527023.24761.5534

#a7717e color RGB value is (167,113,126).

#a7717e hex color red value is 167, green value is 113 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #a7717e hue: 0.96 , saturation: 0.23 and the lightness value of a7717e is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 10100111 01110001 01111110
Octal 247 161 176
Decimal 167 113 126
Hex A7 71 7E

RGB Percentages of Color #a7717e

%41.13
%27.83
%31.03

CMYK Percentages of Color #a7717e

%0
%32
%25
%35

Triadic Colors of #a7717e

#a7717e #7ea771 #717ea7

Analogous Colors of #a7717e

#a7717e #a77f71 #a77199

Monochromatic Colors of #a7717e

#a7717e

Complementary Color

#a7717e #71a79a

#a7717e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a7717e Color Preview on White Background

Lorem ipsum dolor sit amet.

#a7717e Color CSS Codes

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

#a7717e Text Font Color

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

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


#a7717e Background Color

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

This div background color is #a7717e


#a7717e Border Color

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

This div border color is #a7717e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a7717e


Comments

No comments written yet.

Please login to write comment.