Color Hex Logo

#a71270 Color Hex

#A71270
(167,18,112)
0 Favorites   0 Comments

Color spaces of #a71270

RGB 16718112
HSL0.890.810.36
HSV322°89°65°
CMYK 0.000.890.33   0.35
XYZ19.07739.818016.2188
Yxy9.81800.42290.2176
Hunter Lab31.333753.8445-8.7558
CIE-Lab37.513862.0866-13.7537

#a71270 color RGB value is (167,18,112).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100111 00010010 01110000
Octal 247 22 160
Decimal 167 18 112
Hex A7 12 70

RGB Percentages of Color #a71270

%56.23
%6.06
%37.71

CMYK Percentages of Color #a71270

%0
%89
%33
%35

Triadic Colors of #a71270

#a71270 #70a712 #1270a7

Analogous Colors of #a71270

#a71270 #a71226 #9412a7

Monochromatic Colors of #a71270

#a71270

Complementary Color

#a71270 #12a749

#a71270 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a71270 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a71270 Color CSS Codes

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

#a71270 Text Font Color

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

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


#a71270 Background Color

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

This div background color is #a71270


#a71270 Border Color

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

This div border color is #a71270


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a71270


Comments

No comments written yet.

Please login to write comment.