Color Hex Logo

#a71760 Color Hex

#A71760
(167,23,96)
0 Favorites   0 Comments

Color spaces of #a71760

RGB 1672396
HSL0.920.760.37
HSV330°86°65°
CMYK 0.000.860.43   0.35
XYZ18.35419.672811.9660
Yxy9.67280.45890.2419
Hunter Lab31.101150.9135-1.0407
CIE-Lab37.248759.4824-3.9907

#a71760 color RGB value is (167,23,96).

#a71760 hex color red value is 167, green value is 23 and the blue value of its RGB is 96. Cylindrical-coordinate representations (also known as HSL) of color #a71760 hue: 0.92 , saturation: 0.76 and the lightness value of a71760 is 0.37.

The process color (four color CMYK) of #a71760 color hex is 0.00, 0.86, 0.43, 0.35. Web safe color of #a71760 is #990066. Color #a71760 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 00010111 01100000
Octal 247 27 140
Decimal 167 23 96
Hex A7 17 60

RGB Percentages of Color #a71760

%58.39
%8.04
%33.57

CMYK Percentages of Color #a71760

%0
%86
%43
%35

Triadic Colors of #a71760

#a71760 #60a717 #1760a7

Analogous Colors of #a71760

#a71760 #a71718 #a617a7

Monochromatic Colors of #a71760

#a71760

Complementary Color

#a71760 #17a75e

#a71760 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a71760 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a71760 Color CSS Codes

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

#a71760 Text Font Color

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

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


#a71760 Background Color

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

This div background color is #a71760


#a71760 Border Color

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

This div border color is #a71760


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a71760


Comments

No comments written yet.

Please login to write comment.