Color Hex Logo

#a71174 Color Hex

#A71174
(167,17,116)
0 Favorites   0 Comments

Color spaces of #a71174

RGB 16717116
HSL0.890.820.36
HSV320°90°65°
CMYK 0.000.900.31   0.35
XYZ19.28929.877317.4129
Yxy9.87730.41410.2121
Hunter Lab31.428254.5560-10.8501
CIE-Lab37.621362.7031-16.1088

#a71174 color RGB value is (167,17,116).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100111 00010001 01110100
Octal 247 21 164
Decimal 167 17 116
Hex A7 11 74

RGB Percentages of Color #a71174

%55.67
%5.67
%38.67

CMYK Percentages of Color #a71174

%0
%90
%31
%35

Triadic Colors of #a71174

#a71174 #74a711 #1174a7

Analogous Colors of #a71174

#a71174 #a71129 #8f11a7

Monochromatic Colors of #a71174

#a71174

Complementary Color

#a71174 #11a744

#a71174 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a71174 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a71174 Color CSS Codes

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

#a71174 Text Font Color

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

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


#a71174 Background Color

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

This div background color is #a71174


#a71174 Border Color

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

This div border color is #a71174


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a71174


Comments

No comments written yet.

Please login to write comment.