Color Hex Logo

#9f111e Color Hex

#9F111E
(159,17,30)
0 Favorites   0 Comments

Color spaces of #9f111e

RGB 1591730
HSL0.980.810.35
HSV355°89°62°
CMYK 0.000.890.81   0.38
XYZ14.73297.86561.9700
Yxy7.86560.59970.3201
Hunter Lab28.045744.689315.4673
CIE-Lab33.701454.357833.1873

#9f111e color RGB value is (159,17,30).

#9f111e hex color red value is 159, green value is 17 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #9f111e hue: 0.98 , saturation: 0.81 and the lightness value of 9f111e is 0.35.

The process color (four color CMYK) of #9f111e color hex is 0.00, 0.89, 0.81, 0.38. Web safe color of #9f111e is #990033. Color #9f111e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10011111 00010001 00011110
Octal 237 21 36
Decimal 159 17 30
Hex 9F 11 1E

RGB Percentages of Color #9f111e

%77.18
%8.25
%14.56

CMYK Percentages of Color #9f111e

%0
%89
%81
%38

Triadic Colors of #9f111e

#9f111e #1e9f11 #111e9f

Analogous Colors of #9f111e

#9f111e #9f4b11 #9f1165

Monochromatic Colors of #9f111e

#9f111e

Complementary Color

#9f111e #119f92

#9f111e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9f111e Color Preview on White Background

Lorem ipsum dolor sit amet.

#9f111e Color CSS Codes

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

#9f111e Text Font Color

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

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


#9f111e Background Color

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

This div background color is #9f111e


#9f111e Border Color

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

This div border color is #9f111e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(159,17,30, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9f111e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9f111e;
  -webkit-box-shadow: 1px 1px 3px 2px #9f111e;
  box-shadow:         1px 1px 3px 2px #9f111e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9f111e


Comments

No comments written yet.

Please login to write comment.