Color Hex Logo

#a71489 Color Hex

#A71489
(167,20,137)
0 Favorites   0 Comments

Color spaces of #a71489

RGB 16720137
HSL0.870.790.37
HSV312°88°65°
CMYK 0.000.880.18   0.35
XYZ20.701910.521924.6067
Yxy10.52190.37080.1885
Hunter Lab32.437557.1548-22.2705
CIE-Lab38.763364.7857-27.4031

#a71489 color RGB value is (167,20,137).

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

The process color (four color CMYK) of #a71489 color hex is 0.00, 0.88, 0.18, 0.35. Web safe color of #a71489 is #990099. Color #a71489 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 00010100 10001001
Octal 247 24 211
Decimal 167 20 137
Hex A7 14 89

RGB Percentages of Color #a71489

%51.54
%6.17
%42.28

CMYK Percentages of Color #a71489

%0
%88
%18
%35

Triadic Colors of #a71489

#a71489 #89a714 #1489a7

Analogous Colors of #a71489

#a71489 #a71440 #7c14a7

Monochromatic Colors of #a71489

#a71489

Complementary Color

#a71489 #14a732

#a71489 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a71489 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a71489 Color CSS Codes

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

#a71489 Text Font Color

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

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


#a71489 Background Color

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

This div background color is #a71489


#a71489 Border Color

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

This div border color is #a71489


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a71489


Comments

No comments written yet.

Please login to write comment.