Color Hex Logo

#a7117e Color Hex

#A7117E
(167,17,126)
0 Favorites   0 Comments

Color spaces of #a7117e

RGB 16717126
HSL0.880.820.36
HSV316°90°65°
CMYK 0.000.900.25   0.35
XYZ19.902710.122720.6436
Yxy10.12270.39280.1998
Hunter Lab31.816255.9828-16.1984
CIE-Lab38.061863.8873-21.6861

#a7117e color RGB value is (167,17,126).

#a7117e hex color red value is 167, green value is 17 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #a7117e hue: 0.88 , saturation: 0.82 and the lightness value of a7117e is 0.36.

The process color (four color CMYK) of #a7117e color hex is 0.00, 0.90, 0.25, 0.35. Web safe color of #a7117e is #990066. Color #a7117e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 00010001 01111110
Octal 247 21 176
Decimal 167 17 126
Hex A7 11 7E

RGB Percentages of Color #a7117e

%53.87
%5.48
%40.65

CMYK Percentages of Color #a7117e

%0
%90
%25
%35

Triadic Colors of #a7117e

#a7117e #7ea711 #117ea7

Analogous Colors of #a7117e

#a7117e #a71133 #8511a7

Monochromatic Colors of #a7117e

#a7117e

Complementary Color

#a7117e #11a73a

#a7117e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a7117e Color Preview on White Background

Lorem ipsum dolor sit amet.

#a7117e Color CSS Codes

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

#a7117e Text Font Color

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

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


#a7117e Background Color

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

This div background color is #a7117e


#a7117e Border Color

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

This div border color is #a7117e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a7117e


Comments

No comments written yet.

Please login to write comment.