Color Hex Logo

#a41760 Color Hex

#A41760
(164,23,96)
0 Favorites   0 Comments

Color spaces of #a41760

RGB 1642396
HSL0.910.750.37
HSV329°86°64°
CMYK 0.000.860.41   0.36
XYZ17.72769.349811.9367
Yxy9.34980.45440.2397
Hunter Lab30.577449.9768-1.7412
CIE-Lab36.649258.7397-4.9459

#a41760 color RGB value is (164,23,96).

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

The process color (four color CMYK) of #a41760 color hex is 0.00, 0.86, 0.41, 0.36. Web safe color of #a41760 is #990066. Color #a41760 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 00010111 01100000
Octal 244 27 140
Decimal 164 23 96
Hex A4 17 60

RGB Percentages of Color #a41760

%57.95
%8.13
%33.92

CMYK Percentages of Color #a41760

%0
%86
%41
%36

Triadic Colors of #a41760

#a41760 #60a417 #1760a4

Analogous Colors of #a41760

#a41760 #a41719 #a217a4

Monochromatic Colors of #a41760

#a41760

Complementary Color

#a41760 #17a45b

#a41760 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a41760 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a41760 Color CSS Codes

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

#a41760 Text Font Color

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

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


#a41760 Background Color

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

This div background color is #a41760


#a41760 Border Color

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

This div border color is #a41760


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(164,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 #a41760">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a41760


Comments

No comments written yet.

Please login to write comment.