Color Hex Logo

#a9003c Color Hex

#A9003C
(169,0,60)
0 Favorites   0 Comments

Color spaces of #a9003c

RGB 169060
HSL0.941.000.33
HSV339°100°66°
CMYK 0.001.000.64   0.34
XYZ17.17788.76135.0607
Yxy8.76130.55410.2826
Hunter Lab29.599551.791810.5827
CIE-Lab35.520660.620216.9201

#a9003c color RGB value is (169,0,60).

#a9003c hex color red value is 169, green value is 0 and the blue value of its RGB is 60. Cylindrical-coordinate representations (also known as HSL) of color #a9003c hue: 0.94 , saturation: 1.00 and the lightness value of a9003c is 0.33.

The process color (four color CMYK) of #a9003c color hex is 0.00, 1.00, 0.64, 0.34. Web safe color of #a9003c is #990033. Color #a9003c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 00000000 00111100
Octal 251 0 74
Decimal 169 0 60
Hex A9 0 3C

RGB Percentages of Color #a9003c

%73.80
%0.00
%26.20

CMYK Percentages of Color #a9003c

%0
%100
%64
%34

Triadic Colors of #a9003c

#a9003c #3ca900 #003ca9

Analogous Colors of #a9003c

#a9003c #a91900 #a90091

Monochromatic Colors of #a9003c

#a9003c

Complementary Color

#a9003c #00a96d

#a9003c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a9003c Color Preview on White Background

Lorem ipsum dolor sit amet.

#a9003c Color CSS Codes

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

#a9003c Text Font Color

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

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


#a9003c Background Color

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

This div background color is #a9003c


#a9003c Border Color

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

This div border color is #a9003c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a9003c


Comments

No comments written yet.

Please login to write comment.