Color Hex Logo

#a71565 Color Hex

#A71565
(167,21,101)
0 Favorites   0 Comments

Color spaces of #a71565

RGB 16721101
HSL0.910.780.37
HSV327°87°65°
CMYK 0.000.870.40   0.35
XYZ18.55359.691413.2047
Yxy9.69140.44760.2338
Hunter Lab31.131051.9034-3.3571
CIE-Lab37.282860.3782-7.1296

#a71565 color RGB value is (167,21,101).

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

The process color (four color CMYK) of #a71565 color hex is 0.00, 0.87, 0.40, 0.35. Web safe color of #a71565 is #990066. Color #a71565 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 00010101 01100101
Octal 247 25 145
Decimal 167 21 101
Hex A7 15 65

RGB Percentages of Color #a71565

%57.79
%7.27
%34.95

CMYK Percentages of Color #a71565

%0
%87
%40
%35

Triadic Colors of #a71565

#a71565 #65a715 #1565a7

Analogous Colors of #a71565

#a71565 #a7151c #a015a7

Monochromatic Colors of #a71565

#a71565

Complementary Color

#a71565 #15a757

#a71565 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a71565 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a71565 Color CSS Codes

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

#a71565 Text Font Color

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

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


#a71565 Background Color

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

This div background color is #a71565


#a71565 Border Color

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

This div border color is #a71565


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a71565


Comments

No comments written yet.

Please login to write comment.