Color Hex Logo

#a90590 Color Hex

#A90590
(169,5,144)
0 Favorites   0 Comments

Color spaces of #a90590

RGB 1695144
HSL0.860.940.34
HSV309°97°66°
CMYK 0.000.970.15   0.34
XYZ21.450510.557227.2927
Yxy10.55720.36170.1780
Hunter Lab32.491860.9816-27.0585
CIE-Lab38.824468.1053-31.5781

#a90590 color RGB value is (169,5,144).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101001 00000101 10010000
Octal 251 5 220
Decimal 169 5 144
Hex A9 5 90

RGB Percentages of Color #a90590

%53.14
%1.57
%45.28

CMYK Percentages of Color #a90590

%0
%97
%15
%34

Triadic Colors of #a90590

#a90590 #90a905 #0590a9

Analogous Colors of #a90590

#a90590 #a9053e #7005a9

Monochromatic Colors of #a90590

#a90590

Complementary Color

#a90590 #05a91e

#a90590 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a90590 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a90590 Color CSS Codes

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

#a90590 Text Font Color

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

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


#a90590 Background Color

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

This div background color is #a90590


#a90590 Border Color

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

This div border color is #a90590


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a90590


Comments

No comments written yet.

Please login to write comment.