Color Hex Logo

#9a0004 Color Hex

#9A0004
(154,0,4)
0 Favorites   0 Comments

Color spaces of #9a0004

RGB 15404
HSL1.001.000.30
HSV358°100°60°
CMYK 0.001.000.97   0.40
XYZ13.34836.87880.7391
Yxy6.87880.63670.3281
Hunter Lab26.227544.948416.6884
CIE-Lab31.529455.027743.7894

#9a0004 color RGB value is (154,0,4).

#9a0004 hex color red value is 154, green value is 0 and the blue value of its RGB is 4. Cylindrical-coordinate representations (also known as HSL) of color #9a0004 hue: 1.00 , saturation: 1.00 and the lightness value of 9a0004 is 0.30.

The process color (four color CMYK) of #9a0004 color hex is 0.00, 1.00, 0.97, 0.40. Web safe color of #9a0004 is #990000. Color #9a0004 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10011010 00000000 00000100
Octal 232 0 4
Decimal 154 0 4
Hex 9A 0 4

RGB Percentages of Color #9a0004

%97.47
%0.00
%2.53

CMYK Percentages of Color #9a0004

%0
%100
%97
%40

Triadic Colors of #9a0004

#9a0004 #049a00 #00049a

Analogous Colors of #9a0004

#9a0004 #9a4900 #9a0051

Monochromatic Colors of #9a0004

#9a0004

Complementary Color

#9a0004 #009a96

#9a0004 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9a0004 Color Preview on White Background

Lorem ipsum dolor sit amet.

#9a0004 Color CSS Codes

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

#9a0004 Text Font Color

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

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


#9a0004 Background Color

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

This div background color is #9a0004


#9a0004 Border Color

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

This div border color is #9a0004


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9a0004


Comments

No comments written yet.

Please login to write comment.