Color Hex Logo

#9e1227 Color Hex

#9E1227
(158,18,39)
0 Favorites   0 Comments

Color spaces of #9e1227

RGB 1581839
HSL0.980.800.35
HSV351°89°62°
CMYK 0.000.890.75   0.38
XYZ14.68317.84822.6604
Yxy7.84820.58290.3115
Hunter Lab28.014644.530213.9798
CIE-Lab33.664754.213027.5935

#9e1227 color RGB value is (158,18,39).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011110 00010010 00100111
Octal 236 22 47
Decimal 158 18 39
Hex 9E 12 27

RGB Percentages of Color #9e1227

%73.49
%8.37
%18.14

CMYK Percentages of Color #9e1227

%0
%89
%75
%38

Triadic Colors of #9e1227

#9e1227 #279e12 #12279e

Analogous Colors of #9e1227

#9e1227 #9e4312 #9e126d

Monochromatic Colors of #9e1227

#9e1227

Complementary Color

#9e1227 #129e89

#9e1227 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9e1227 Color Preview on White Background

Lorem ipsum dolor sit amet.

#9e1227 Color CSS Codes

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

#9e1227 Text Font Color

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

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


#9e1227 Background Color

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

This div background color is #9e1227


#9e1227 Border Color

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

This div border color is #9e1227


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9e1227


Comments

No comments written yet.

Please login to write comment.