Color Hex Logo

#a9002f Color Hex

#A9002F
(169,0,47)
0 Favorites   0 Comments

Color spaces of #a9002f

RGB 169047
HSL0.951.000.33
HSV343°100°66°
CMYK 0.001.000.72   0.34
XYZ16.87538.64033.4676
Yxy8.64030.58220.2981
Hunter Lab29.394451.036613.5817
CIE-Lab35.282359.978025.0231

#a9002f color RGB value is (169,0,47).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101001 00000000 00101111
Octal 251 0 57
Decimal 169 0 47
Hex A9 0 2F

RGB Percentages of Color #a9002f

%78.24
%0.00
%21.76

CMYK Percentages of Color #a9002f

%0
%100
%72
%34

Triadic Colors of #a9002f

#a9002f #2fa900 #002fa9

Analogous Colors of #a9002f

#a9002f #a92500 #a90084

Monochromatic Colors of #a9002f

#a9002f

Complementary Color

#a9002f #00a97a

#a9002f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a9002f Color Preview on White Background

Lorem ipsum dolor sit amet.

#a9002f Color CSS Codes

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

#a9002f Text Font Color

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

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


#a9002f Background Color

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

This div background color is #a9002f


#a9002f Border Color

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

This div border color is #a9002f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a9002f


Comments

No comments written yet.

Please login to write comment.