Color Hex Logo

#a71583 Color Hex

#A71583
(167,21,131)
0 Favorites   0 Comments

Color spaces of #a71583

RGB 16721131
HSL0.870.780.37
HSV315°87°65°
CMYK 0.000.870.22   0.35
XYZ20.301210.390522.4083
Yxy10.39050.38230.1957
Hunter Lab32.234356.0095-18.6526
CIE-Lab38.534363.8188-24.0561

#a71583 color RGB value is (167,21,131).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100111 00010101 10000011
Octal 247 25 203
Decimal 167 21 131
Hex A7 15 83

RGB Percentages of Color #a71583

%52.35
%6.58
%41.07

CMYK Percentages of Color #a71583

%0
%87
%22
%35

Triadic Colors of #a71583

#a71583 #83a715 #1583a7

Analogous Colors of #a71583

#a71583 #a7153a #8215a7

Monochromatic Colors of #a71583

#a71583

Complementary Color

#a71583 #15a739

#a71583 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a71583 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a71583 Color CSS Codes

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

#a71583 Text Font Color

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

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


#a71583 Background Color

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

This div background color is #a71583


#a71583 Border Color

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

This div border color is #a71583


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a71583


Comments

No comments written yet.

Please login to write comment.