Color Hex Logo

#a71191 Color Hex

#A71191
(167,17,145)
0 Favorites   0 Comments

Color spaces of #a71191

RGB 16717145
HSL0.860.820.36
HSV309°90°65°
CMYK 0.000.900.13   0.35
XYZ21.247610.660727.7259
Yxy10.66070.35630.1788
Hunter Lab32.650759.0209-27.4916
CIE-Lab39.003066.3727-31.9339

#a71191 color RGB value is (167,17,145).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100111 00010001 10010001
Octal 247 21 221
Decimal 167 17 145
Hex A7 11 91

RGB Percentages of Color #a71191

%50.76
%5.17
%44.07

CMYK Percentages of Color #a71191

%0
%90
%13
%35

Triadic Colors of #a71191

#a71191 #91a711 #1191a7

Analogous Colors of #a71191

#a71191 #a71146 #7211a7

Monochromatic Colors of #a71191

#a71191

Complementary Color

#a71191 #11a727

#a71191 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a71191 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a71191 Color CSS Codes

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

#a71191 Text Font Color

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

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


#a71191 Background Color

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

This div background color is #a71191


#a71191 Border Color

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

This div border color is #a71191


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a71191


Comments

No comments written yet.

Please login to write comment.