Color Hex Logo

#a71394 Color Hex

#A71394
(167,19,148)
0 Favorites   0 Comments

Color spaces of #a71394

RGB 16719148
HSL0.850.800.36
HSV308°89°65°
CMYK 0.000.890.11   0.35
XYZ21.514510.819428.9714
Yxy10.81940.35090.1765
Hunter Lab32.892959.1905-29.1965
CIE-Lab39.274666.4674-33.3361

#a71394 color RGB value is (167,19,148).

#a71394 hex color red value is 167, green value is 19 and the blue value of its RGB is 148. Cylindrical-coordinate representations (also known as HSL) of color #a71394 hue: 0.85 , saturation: 0.80 and the lightness value of a71394 is 0.36.

The process color (four color CMYK) of #a71394 color hex is 0.00, 0.89, 0.11, 0.35. Web safe color of #a71394 is #990099. Color #a71394 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 00010011 10010100
Octal 247 23 224
Decimal 167 19 148
Hex A7 13 94

RGB Percentages of Color #a71394

%50.00
%5.69
%44.31

CMYK Percentages of Color #a71394

%0
%89
%11
%35

Triadic Colors of #a71394

#a71394 #94a713 #1394a7

Analogous Colors of #a71394

#a71394 #a7134a #7013a7

Monochromatic Colors of #a71394

#a71394

Complementary Color

#a71394 #13a726

#a71394 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a71394 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a71394 Color CSS Codes

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

#a71394 Text Font Color

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

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


#a71394 Background Color

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

This div background color is #a71394


#a71394 Border Color

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

This div border color is #a71394


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a71394


Comments

No comments written yet.

Please login to write comment.