Color Hex Logo

#a71193 Color Hex

#A71193
(167,17,147)
0 Favorites   0 Comments

Color spaces of #a71193

RGB 16717147
HSL0.860.820.36
HSV308°90°65°
CMYK 0.000.900.12   0.35
XYZ21.403310.723028.5454
Yxy10.72300.35280.1767
Hunter Lab32.746059.3649-28.7622
CIE-Lab39.110066.6512-32.9864

#a71193 color RGB value is (167,17,147).

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

The process color (four color CMYK) of #a71193 color hex is 0.00, 0.90, 0.12, 0.35. Web safe color of #a71193 is #990099. Color #a71193 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 00010001 10010011
Octal 247 21 223
Decimal 167 17 147
Hex A7 11 93

RGB Percentages of Color #a71193

%50.45
%5.14
%44.41

CMYK Percentages of Color #a71193

%0
%90
%12
%35

Triadic Colors of #a71193

#a71193 #93a711 #1193a7

Analogous Colors of #a71193

#a71193 #a71148 #7011a7

Monochromatic Colors of #a71193

#a71193

Complementary Color

#a71193 #11a725

#a71193 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a71193 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a71193 Color CSS Codes

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

#a71193 Text Font Color

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

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


#a71193 Background Color

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

This div background color is #a71193


#a71193 Border Color

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

This div border color is #a71193


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a71193


Comments

No comments written yet.

Please login to write comment.