Color Hex Logo

#a90173 Color Hex

#A90173
(169,1,115)
0 Favorites   0 Comments

Color spaces of #a90173

RGB 1691115
HSL0.890.990.33
HSV319°99°66°
CMYK 0.000.990.32   0.34
XYZ19.46769.694517.0648
Yxy9.69450.42110.2097
Hunter Lab31.136057.1181-10.7001
CIE-Lab37.288565.0409-15.9544

#a90173 color RGB value is (169,1,115).

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

The process color (four color CMYK) of #a90173 color hex is 0.00, 0.99, 0.32, 0.34. Web safe color of #a90173 is #990066. Color #a90173 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 00000001 01110011
Octal 251 1 163
Decimal 169 1 115
Hex A9 1 73

RGB Percentages of Color #a90173

%59.30
%0.35
%40.35

CMYK Percentages of Color #a90173

%0
%99
%32
%34

Triadic Colors of #a90173

#a90173 #73a901 #0173a9

Analogous Colors of #a90173

#a90173 #a9011f #8b01a9

Monochromatic Colors of #a90173

#a90173

Complementary Color

#a90173 #01a937

#a90173 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a90173 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a90173 Color CSS Codes

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

#a90173 Text Font Color

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

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


#a90173 Background Color

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

This div background color is #a90173


#a90173 Border Color

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

This div border color is #a90173


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a90173


Comments

No comments written yet.

Please login to write comment.