Color Hex Logo

#9e100d Color Hex

#9E100D
(158,16,13)
0 Favorites   0 Comments

Color spaces of #9e100d

RGB 1581613
HSL0.000.850.34
HSV92°62°
CMYK 0.000.900.92   0.38
XYZ14.35857.66871.1042
Yxy7.66870.62070.3315
Hunter Lab27.692444.090417.0206
CIE-Lab33.283253.865941.6805

#9e100d color RGB value is (158,16,13).

#9e100d hex color red value is 158, green value is 16 and the blue value of its RGB is 13. Cylindrical-coordinate representations (also known as HSL) of color #9e100d hue: 0.00 , saturation: 0.85 and the lightness value of 9e100d is 0.34.

The process color (four color CMYK) of #9e100d color hex is 0.00, 0.90, 0.92, 0.38. Web safe color of #9e100d is #990000. Color #9e100d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10011110 00010000 00001101
Octal 236 20 15
Decimal 158 16 13
Hex 9E 10 D

RGB Percentages of Color #9e100d

%84.49
%8.56
%6.95

CMYK Percentages of Color #9e100d

%0
%90
%92
%38

Triadic Colors of #9e100d

#9e100d #0d9e10 #100d9e

Analogous Colors of #9e100d

#9e100d #9e580d #9e0d53

Monochromatic Colors of #9e100d

#9e100d

Complementary Color

#9e100d #0d9b9e

#9e100d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9e100d Color Preview on White Background

Lorem ipsum dolor sit amet.

#9e100d Color CSS Codes

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

#9e100d Text Font Color

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

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


#9e100d Background Color

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

This div background color is #9e100d


#9e100d Border Color

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

This div border color is #9e100d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9e100d


Comments

No comments written yet.

Please login to write comment.