Color Hex Logo

#a71276 Color Hex

#A71276
(167,18,118)
0 Favorites   0 Comments

Color spaces of #a71276

RGB 16718118
HSL0.890.810.36
HSV320°89°65°
CMYK 0.000.890.29   0.35
XYZ19.42279.956118.0376
Yxy9.95610.40960.2100
Hunter Lab31.553354.6578-11.8061
CIE-Lab37.763562.7664-17.1466

#a71276 color RGB value is (167,18,118).

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

The process color (four color CMYK) of #a71276 color hex is 0.00, 0.89, 0.29, 0.35. Web safe color of #a71276 is #990066. Color #a71276 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 00010010 01110110
Octal 247 22 166
Decimal 167 18 118
Hex A7 12 76

RGB Percentages of Color #a71276

%55.12
%5.94
%38.94

CMYK Percentages of Color #a71276

%0
%89
%29
%35

Triadic Colors of #a71276

#a71276 #76a712 #1276a7

Analogous Colors of #a71276

#a71276 #a7122b #8e12a7

Monochromatic Colors of #a71276

#a71276

Complementary Color

#a71276 #12a743

#a71276 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a71276 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a71276 Color CSS Codes

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

#a71276 Text Font Color

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

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


#a71276 Background Color

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

This div background color is #a71276


#a71276 Border Color

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

This div border color is #a71276


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a71276


Comments

No comments written yet.

Please login to write comment.