Color Hex Logo

#a91555 Color Hex

#A91555
(169,21,85)
0 Favorites   0 Comments

Color spaces of #a91555

RGB 1692185
HSL0.930.780.37
HSV334°88°66°
CMYK 0.000.880.50   0.34
XYZ18.27009.62729.4896
Yxy9.62720.48870.2575
Hunter Lab31.027750.80733.5860
CIE-Lab37.164959.40152.9903

#a91555 color RGB value is (169,21,85).

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

The process color (four color CMYK) of #a91555 color hex is 0.00, 0.88, 0.50, 0.34. Web safe color of #a91555 is #990066. Color #a91555 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 00010101 01010101
Octal 251 25 125
Decimal 169 21 85
Hex A9 15 55

RGB Percentages of Color #a91555

%61.45
%7.64
%30.91

CMYK Percentages of Color #a91555

%0
%88
%50
%34

Triadic Colors of #a91555

#a91555 #55a915 #1555a9

Analogous Colors of #a91555

#a91555 #a91f15 #a9159f

Monochromatic Colors of #a91555

#a91555

Complementary Color

#a91555 #15a969

#a91555 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a91555 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a91555 Color CSS Codes

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

#a91555 Text Font Color

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

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


#a91555 Background Color

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

This div background color is #a91555


#a91555 Border Color

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

This div border color is #a91555


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a91555


Comments

No comments written yet.

Please login to write comment.