Color Hex Logo

#a9018d Color Hex

#A9018D
(169,1,141)
0 Favorites   0 Comments

Color spaces of #a9018d

RGB 1691141
HSL0.860.990.33
HSV310°99°66°
CMYK 0.000.990.17   0.34
XYZ21.180810.379826.0865
Yxy10.37980.36740.1801
Hunter Lab32.217760.9698-25.4544
CIE-Lab38.515668.1552-30.2248

#a9018d color RGB value is (169,1,141).

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

The process color (four color CMYK) of #a9018d color hex is 0.00, 0.99, 0.17, 0.34. Web safe color of #a9018d is #990099. Color #a9018d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 00000001 10001101
Octal 251 1 215
Decimal 169 1 141
Hex A9 1 8D

RGB Percentages of Color #a9018d

%54.34
%0.32
%45.34

CMYK Percentages of Color #a9018d

%0
%99
%17
%34

Triadic Colors of #a9018d

#a9018d #8da901 #018da9

Analogous Colors of #a9018d

#a9018d #a90139 #7101a9

Monochromatic Colors of #a9018d

#a9018d

Complementary Color

#a9018d #01a91d

#a9018d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a9018d Color Preview on White Background

Lorem ipsum dolor sit amet.

#a9018d Color CSS Codes

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

#a9018d Text Font Color

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

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


#a9018d Background Color

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

This div background color is #a9018d


#a9018d Border Color

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

This div border color is #a9018d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a9018d


Comments

No comments written yet.

Please login to write comment.