Color Hex Logo

#a9018e Color Hex

#A9018E
(169,1,142)
0 Favorites   0 Comments

Color spaces of #a9018e

RGB 1691142
HSL0.860.990.33
HSV310°99°66°
CMYK 0.000.990.16   0.34
XYZ21.255510.409726.4802
Yxy10.40970.36560.1790
Hunter Lab32.264161.1333-26.0764
CIE-Lab38.567968.2857-30.7564

#a9018e color RGB value is (169,1,142).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101001 00000001 10001110
Octal 251 1 216
Decimal 169 1 142
Hex A9 1 8E

RGB Percentages of Color #a9018e

%54.17
%0.32
%45.51

CMYK Percentages of Color #a9018e

%0
%99
%16
%34

Triadic Colors of #a9018e

#a9018e #8ea901 #018ea9

Analogous Colors of #a9018e

#a9018e #a9013a #7001a9

Monochromatic Colors of #a9018e

#a9018e

Complementary Color

#a9018e #01a91c

#a9018e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a9018e Color Preview on White Background

Lorem ipsum dolor sit amet.

#a9018e Color CSS Codes

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

#a9018e Text Font Color

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

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


#a9018e Background Color

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

This div background color is #a9018e


#a9018e Border Color

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

This div border color is #a9018e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a9018e


Comments

No comments written yet.

Please login to write comment.