Color Hex Logo

#a71584 Color Hex

#A71584
(167,21,132)
0 Favorites   0 Comments

Color spaces of #a71584

RGB 16721132
HSL0.870.780.37
HSV314°87°65°
CMYK 0.000.870.21   0.35
XYZ20.369410.417822.7670
Yxy10.41780.38040.1945
Hunter Lab32.276656.1652-19.2278
CIE-Lab38.582163.9474-24.6006

#a71584 color RGB value is (167,21,132).

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

The process color (four color CMYK) of #a71584 color hex is 0.00, 0.87, 0.21, 0.35. Web safe color of #a71584 is #990099. Color #a71584 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 00010101 10000100
Octal 247 25 204
Decimal 167 21 132
Hex A7 15 84

RGB Percentages of Color #a71584

%52.19
%6.56
%41.25

CMYK Percentages of Color #a71584

%0
%87
%21
%35

Triadic Colors of #a71584

#a71584 #84a715 #1584a7

Analogous Colors of #a71584

#a71584 #a7153b #8115a7

Monochromatic Colors of #a71584

#a71584

Complementary Color

#a71584 #15a738

#a71584 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a71584 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a71584 Color CSS Codes

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

#a71584 Text Font Color

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

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


#a71584 Background Color

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

This div background color is #a71584


#a71584 Border Color

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

This div border color is #a71584


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a71584


Comments

No comments written yet.

Please login to write comment.