Color Hex Logo

#a91123 Color Hex

#A91123
(169,17,35)
0 Favorites   0 Comments

Color spaces of #a91123

RGB 1691735
HSL0.980.820.36
HSV353°90°66°
CMYK 0.000.900.79   0.34
XYZ16.86608.95732.4301
Yxy8.95730.59700.3170
Hunter Lab29.928748.216316.1360
CIE-Lab35.902057.255533.1762

#a91123 color RGB value is (169,17,35).

#a91123 hex color red value is 169, green value is 17 and the blue value of its RGB is 35. Cylindrical-coordinate representations (also known as HSL) of color #a91123 hue: 0.98 , saturation: 0.82 and the lightness value of a91123 is 0.36.

The process color (four color CMYK) of #a91123 color hex is 0.00, 0.90, 0.79, 0.34. Web safe color of #a91123 is #990033. Color #a91123 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 00010001 00100011
Octal 251 21 43
Decimal 169 17 35
Hex A9 11 23

RGB Percentages of Color #a91123

%76.47
%7.69
%15.84

CMYK Percentages of Color #a91123

%0
%90
%79
%34

Triadic Colors of #a91123

#a91123 #23a911 #1123a9

Analogous Colors of #a91123

#a91123 #a94b11 #a9116f

Monochromatic Colors of #a91123

#a91123

Complementary Color

#a91123 #11a997

#a91123 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a91123 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a91123 Color CSS Codes

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

#a91123 Text Font Color

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

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


#a91123 Background Color

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

This div background color is #a91123


#a91123 Border Color

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

This div border color is #a91123


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a91123


Comments

No comments written yet.

Please login to write comment.