Color Hex Logo

#a8117c Color Hex

#A8117C
(168,17,124)
0 Favorites   0 Comments

Color spaces of #a8117c

RGB 16817124
HSL0.880.820.36
HSV317°90°66°
CMYK 0.000.900.26   0.34
XYZ19.987010.181019.9805
Yxy10.18100.39860.2030
Hunter Lab31.907755.9741-14.7919
CIE-Lab38.165363.8594-20.2639

#a8117c color RGB value is (168,17,124).

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

The process color (four color CMYK) of #a8117c color hex is 0.00, 0.90, 0.26, 0.34. Web safe color of #a8117c is #990066. Color #a8117c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 00010001 01111100
Octal 250 21 174
Decimal 168 17 124
Hex A8 11 7C

RGB Percentages of Color #a8117c

%54.37
%5.50
%40.13

CMYK Percentages of Color #a8117c

%0
%90
%26
%34

Triadic Colors of #a8117c

#a8117c #7ca811 #117ca8

Analogous Colors of #a8117c

#a8117c #a81131 #8911a8

Monochromatic Colors of #a8117c

#a8117c

Complementary Color

#a8117c #11a83d

#a8117c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a8117c Color Preview on White Background

Lorem ipsum dolor sit amet.

#a8117c Color CSS Codes

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

#a8117c Text Font Color

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

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


#a8117c Background Color

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

This div background color is #a8117c


#a8117c Border Color

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

This div border color is #a8117c


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(168,17,124, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a8117c


Comments

No comments written yet.

Please login to write comment.