Color Hex Logo

#9e221e Color Hex

#9E221E
(158,34,30)
0 Favorites   0 Comments

Color spaces of #9e221e

RGB 1583430
HSL0.010.680.37
HSV81°62°
CMYK 0.000.780.81   0.38
XYZ14.90698.50692.0846
Yxy8.50690.58460.3336
Hunter Lab29.166640.188916.1790
CIE-Lab35.017049.740334.4566

#9e221e color RGB value is (158,34,30).

#9e221e hex color red value is 158, green value is 34 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #9e221e hue: 0.01 , saturation: 0.68 and the lightness value of 9e221e is 0.37.

The process color (four color CMYK) of #9e221e color hex is 0.00, 0.78, 0.81, 0.38. Web safe color of #9e221e is #993333. Color #9e221e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10011110 00100010 00011110
Octal 236 42 36
Decimal 158 34 30
Hex 9E 22 1E

RGB Percentages of Color #9e221e

%71.17
%15.32
%13.51

CMYK Percentages of Color #9e221e

%0
%78
%81
%38

Triadic Colors of #9e221e

#9e221e #1e9e22 #221e9e

Analogous Colors of #9e221e

#9e221e #9e621e #9e1e5a

Monochromatic Colors of #9e221e

#9e221e

Complementary Color

#9e221e #1e9a9e

#9e221e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9e221e Color Preview on White Background

Lorem ipsum dolor sit amet.

#9e221e Color CSS Codes

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

#9e221e Text Font Color

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

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


#9e221e Background Color

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

This div background color is #9e221e


#9e221e Border Color

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

This div border color is #9e221e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(158,34,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 #9e221e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9e221e


Comments

No comments written yet.

Please login to write comment.