Color Hex Logo

#a9015c Color Hex

#A9015C
(169,1,92)
0 Favorites   0 Comments

Color spaces of #a9015c

RGB 169192
HSL0.910.990.33
HSV328°99°66°
CMYK 0.000.990.46   0.34
XYZ18.30489.229410.9419
Yxy9.22940.47570.2399
Hunter Lab30.379954.3866-0.0885
CIE-Lab36.422362.7854-2.6006

#a9015c color RGB value is (169,1,92).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101001 00000001 01011100
Octal 251 1 134
Decimal 169 1 92
Hex A9 1 5C

RGB Percentages of Color #a9015c

%64.50
%0.38
%35.11

CMYK Percentages of Color #a9015c

%0
%99
%46
%34

Triadic Colors of #a9015c

#a9015c #5ca901 #015ca9

Analogous Colors of #a9015c

#a9015c #a90108 #a201a9

Monochromatic Colors of #a9015c

#a9015c

Complementary Color

#a9015c #01a94e

#a9015c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a9015c Color Preview on White Background

Lorem ipsum dolor sit amet.

#a9015c Color CSS Codes

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

#a9015c Text Font Color

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

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


#a9015c Background Color

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

This div background color is #a9015c


#a9015c Border Color

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

This div border color is #a9015c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a9015c


Comments

No comments written yet.

Please login to write comment.