Color Hex Logo

#a91490 Color Hex

#A91490
(169,20,144)
0 Favorites   0 Comments

Color spaces of #a91490

RGB 16920144
HSL0.860.790.37
HSV310°88°66°
CMYK 0.000.880.15   0.34
XYZ21.646410.948927.3580
Yxy10.94890.36110.1826
Hunter Lab33.089158.8660-25.8584
CIE-Lab39.494366.1420-30.5237

#a91490 color RGB value is (169,20,144).

#a91490 hex color red value is 169, green value is 20 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #a91490 hue: 0.86 , saturation: 0.79 and the lightness value of a91490 is 0.37.

The process color (four color CMYK) of #a91490 color hex is 0.00, 0.88, 0.15, 0.34. Web safe color of #a91490 is #990099. Color #a91490 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 00010100 10010000
Octal 251 24 220
Decimal 169 20 144
Hex A9 14 90

RGB Percentages of Color #a91490

%50.75
%6.01
%43.24

CMYK Percentages of Color #a91490

%0
%88
%15
%34

Triadic Colors of #a91490

#a91490 #90a914 #1490a9

Analogous Colors of #a91490

#a91490 #a91445 #7814a9

Monochromatic Colors of #a91490

#a91490

Complementary Color

#a91490 #14a92d

#a91490 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a91490 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a91490 Color CSS Codes

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

#a91490 Text Font Color

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

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


#a91490 Background Color

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

This div background color is #a91490


#a91490 Border Color

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

This div border color is #a91490


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a91490


Comments

No comments written yet.

Please login to write comment.