Color Hex Logo

#9a0513 Color Hex

#9A0513
(154,5,19)
0 Favorites   0 Comments

Color spaces of #9a0513

RGB 154519
HSL0.980.940.31
HSV354°97°60°
CMYK 0.000.970.88   0.40
XYZ13.49827.02561.2607
Yxy7.02560.61960.3225
Hunter Lab26.505844.516515.7341
CIE-Lab31.865154.549837.2800

#9a0513 color RGB value is (154,5,19).

#9a0513 hex color red value is 154, green value is 5 and the blue value of its RGB is 19. Cylindrical-coordinate representations (also known as HSL) of color #9a0513 hue: 0.98 , saturation: 0.94 and the lightness value of 9a0513 is 0.31.

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

Base Numbers

BaseRedGreenBlue
Binary 10011010 00000101 00010011
Octal 232 5 23
Decimal 154 5 19
Hex 9A 5 13

RGB Percentages of Color #9a0513

%86.52
%2.81
%10.67

CMYK Percentages of Color #9a0513

%0
%97
%88
%40

Triadic Colors of #9a0513

#9a0513 #139a05 #05139a

Analogous Colors of #9a0513

#9a0513 #9a4205 #9a055d

Monochromatic Colors of #9a0513

#9a0513

Complementary Color

#9a0513 #059a8c

#9a0513 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9a0513 Color Preview on White Background

Lorem ipsum dolor sit amet.

#9a0513 Color CSS Codes

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

#9a0513 Text Font Color

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

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


#9a0513 Background Color

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

This div background color is #9a0513


#9a0513 Border Color

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

This div border color is #9a0513


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9a0513


Comments

No comments written yet.

Please login to write comment.