Color Hex Logo

#a71470 Color Hex

#A71470
(167,20,112)
0 Favorites   0 Comments

Color spaces of #a71470

RGB 16720112
HSL0.900.790.37
HSV322°88°65°
CMYK 0.000.880.33   0.35
XYZ19.11119.885716.2301
Yxy9.88570.42260.2186
Hunter Lab31.441553.4749-8.5964
CIE-Lab37.636561.7305-13.5667

#a71470 color RGB value is (167,20,112).

#a71470 hex color red value is 167, green value is 20 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #a71470 hue: 0.90 , saturation: 0.79 and the lightness value of a71470 is 0.37.

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

Base Numbers

BaseRedGreenBlue
Binary 10100111 00010100 01110000
Octal 247 24 160
Decimal 167 20 112
Hex A7 14 70

RGB Percentages of Color #a71470

%55.85
%6.69
%37.46

CMYK Percentages of Color #a71470

%0
%88
%33
%35

Triadic Colors of #a71470

#a71470 #70a714 #1470a7

Analogous Colors of #a71470

#a71470 #a71427 #9514a7

Monochromatic Colors of #a71470

#a71470

Complementary Color

#a71470 #14a74b

#a71470 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a71470 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a71470 Color CSS Codes

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

#a71470 Text Font Color

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

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


#a71470 Background Color

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

This div background color is #a71470


#a71470 Border Color

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

This div border color is #a71470


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(167,20,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 #a71470">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a71470


Comments

No comments written yet.

Please login to write comment.