Color Hex Logo

#9e122e Color Hex

#9E122E
(158,18,46)
0 Favorites   0 Comments

Color spaces of #9e122e

RGB 1581846
HSL0.970.800.35
HSV348°89°62°
CMYK 0.000.890.71   0.38
XYZ14.81007.89903.3288
Yxy7.89900.56880.3034
Hunter Lab28.105244.876512.6513
CIE-Lab33.771654.522723.2759

#9e122e color RGB value is (158,18,46).

#9e122e hex color red value is 158, green value is 18 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #9e122e hue: 0.97 , saturation: 0.80 and the lightness value of 9e122e is 0.35.

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

Base Numbers

BaseRedGreenBlue
Binary 10011110 00010010 00101110
Octal 236 22 56
Decimal 158 18 46
Hex 9E 12 2E

RGB Percentages of Color #9e122e

%71.17
%8.11
%20.72

CMYK Percentages of Color #9e122e

%0
%89
%71
%38

Triadic Colors of #9e122e

#9e122e #2e9e12 #122e9e

Analogous Colors of #9e122e

#9e122e #9e3c12 #9e1274

Monochromatic Colors of #9e122e

#9e122e

Complementary Color

#9e122e #129e82

#9e122e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9e122e Color Preview on White Background

Lorem ipsum dolor sit amet.

#9e122e Color CSS Codes

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

#9e122e Text Font Color

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

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


#9e122e Background Color

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

This div background color is #9e122e


#9e122e Border Color

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

This div border color is #9e122e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(158,18,46, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9e122e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9e122e;
  -webkit-box-shadow: 1px 1px 3px 2px #9e122e;
  box-shadow:         1px 1px 3px 2px #9e122e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9e122e


Comments

No comments written yet.

Please login to write comment.