Color Hex Logo

#a90141 Color Hex

#A90141
(169,1,65)
0 Favorites   0 Comments

Color spaces of #a90141

RGB 169165
HSL0.940.990.33
HSV337°99°66°
CMYK 0.000.990.62   0.34
XYZ17.32728.83845.7938
Yxy8.83840.54220.2766
Hunter Lab29.729452.00859.2559
CIE-Lab35.671360.787813.8630

#a90141 color RGB value is (169,1,65).

#a90141 hex color red value is 169, green value is 1 and the blue value of its RGB is 65. Cylindrical-coordinate representations (also known as HSL) of color #a90141 hue: 0.94 , saturation: 0.99 and the lightness value of a90141 is 0.33.

The process color (four color CMYK) of #a90141 color hex is 0.00, 0.99, 0.62, 0.34. Web safe color of #a90141 is #990033. Color #a90141 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 00000001 01000001
Octal 251 1 101
Decimal 169 1 65
Hex A9 1 41

RGB Percentages of Color #a90141

%71.91
%0.43
%27.66

CMYK Percentages of Color #a90141

%0
%99
%62
%34

Triadic Colors of #a90141

#a90141 #41a901 #0141a9

Analogous Colors of #a90141

#a90141 #a91501 #a90195

Monochromatic Colors of #a90141

#a90141

Complementary Color

#a90141 #01a969

#a90141 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a90141 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a90141 Color CSS Codes

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

#a90141 Text Font Color

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

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


#a90141 Background Color

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

This div background color is #a90141


#a90141 Border Color

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

This div border color is #a90141


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a90141


Comments

No comments written yet.

Please login to write comment.