Color Hex Logo

#a9158c Color Hex

#A9158C
(169,21,140)
0 Favorites   0 Comments

Color spaces of #a9158c

RGB 16921140
HSL0.870.780.37
HSV312°88°66°
CMYK 0.000.880.17   0.34
XYZ21.364010.864825.7821
Yxy10.86480.36830.1873
Hunter Lab32.961858.0106-23.3023
CIE-Lab39.351865.4224-28.2980

#a9158c color RGB value is (169,21,140).

#a9158c hex color red value is 169, green value is 21 and the blue value of its RGB is 140. Cylindrical-coordinate representations (also known as HSL) of color #a9158c hue: 0.87 , saturation: 0.78 and the lightness value of a9158c is 0.37.

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

Base Numbers

BaseRedGreenBlue
Binary 10101001 00010101 10001100
Octal 251 25 214
Decimal 169 21 140
Hex A9 15 8C

RGB Percentages of Color #a9158c

%51.21
%6.36
%42.42

CMYK Percentages of Color #a9158c

%0
%88
%17
%34

Triadic Colors of #a9158c

#a9158c #8ca915 #158ca9

Analogous Colors of #a9158c

#a9158c #a91542 #7c15a9

Monochromatic Colors of #a9158c

#a9158c

Complementary Color

#a9158c #15a932

#a9158c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a9158c Color Preview on White Background

Lorem ipsum dolor sit amet.

#a9158c Color CSS Codes

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

#a9158c Text Font Color

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

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


#a9158c Background Color

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

This div background color is #a9158c


#a9158c Border Color

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

This div border color is #a9158c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a9158c


Comments

No comments written yet.

Please login to write comment.