Color Hex Logo

#891117 Color Hex

#891117
(137,17,23)
0 Favorites   0 Comments

Color spaces of #891117

RGB 1371723
HSL0.990.780.30
HSV357°88°54°
CMYK 0.000.880.83   0.46
XYZ10.67165.78111.3640
Yxy5.78110.59900.3245
Hunter Lab24.043937.148213.4672
CIE-Lab28.853347.879430.8838

#891117 color RGB value is (137,17,23).

#891117 hex color red value is 137, green value is 17 and the blue value of its RGB is 23. Cylindrical-coordinate representations (also known as HSL) of color #891117 hue: 0.99 , saturation: 0.78 and the lightness value of 891117 is 0.30.

The process color (four color CMYK) of #891117 color hex is 0.00, 0.88, 0.83, 0.46. Web safe color of #891117 is #990000. Color #891117 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001001 00010001 00010111
Octal 211 21 27
Decimal 137 17 23
Hex 89 11 17

RGB Percentages of Color #891117

%77.40
%9.60
%12.99

CMYK Percentages of Color #891117

%0
%88
%83
%46

Triadic Colors of #891117

#891117 #178911 #111789

Analogous Colors of #891117

#891117 #894711 #891153

Monochromatic Colors of #891117

#891117

Complementary Color

#891117 #118983

#891117 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#891117 Color Preview on White Background

Lorem ipsum dolor sit amet.

#891117 Color CSS Codes

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

#891117 Text Font Color

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

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


#891117 Background Color

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

This div background color is #891117


#891117 Border Color

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

This div border color is #891117


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(137,17,23, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #891117; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #891117;
  -webkit-box-shadow: 1px 1px 3px 2px #891117;
  box-shadow:         1px 1px 3px 2px #891117; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(137,17,23, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #891117


Comments

No comments written yet.

Please login to write comment.