Color Hex Logo

#9e060d Color Hex

#9E060D
(158,6,13)
0 Favorites   0 Comments

Color spaces of #9e060d

RGB 158613
HSL0.990.930.32
HSV357°96°62°
CMYK 0.000.960.92   0.38
XYZ14.23837.42841.0642
Yxy7.42840.62640.3268
Hunter Lab27.255145.553616.7635
CIE-Lab32.762955.363141.3127

#9e060d color RGB value is (158,6,13).

#9e060d hex color red value is 158, green value is 6 and the blue value of its RGB is 13. Cylindrical-coordinate representations (also known as HSL) of color #9e060d hue: 0.99 , saturation: 0.93 and the lightness value of 9e060d is 0.32.

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

Base Numbers

BaseRedGreenBlue
Binary 10011110 00000110 00001101
Octal 236 6 15
Decimal 158 6 13
Hex 9E 6 D

RGB Percentages of Color #9e060d

%89.27
%3.39
%7.34

CMYK Percentages of Color #9e060d

%0
%96
%92
%38

Triadic Colors of #9e060d

#9e060d #0d9e06 #060d9e

Analogous Colors of #9e060d

#9e060d #9e4b06 #9e0659

Monochromatic Colors of #9e060d

#9e060d

Complementary Color

#9e060d #069e97

#9e060d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9e060d Color Preview on White Background

Lorem ipsum dolor sit amet.

#9e060d Color CSS Codes

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

#9e060d Text Font Color

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

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


#9e060d Background Color

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

This div background color is #9e060d


#9e060d Border Color

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

This div border color is #9e060d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9e060d


Comments

No comments written yet.

Please login to write comment.