Color Hex Logo

#89132e Color Hex

#89132E
(137,19,46)
0 Favorites   0 Comments

Color spaces of #89132e

RGB 1371946
HSL0.960.760.31
HSV346°86°54°
CMYK 0.000.860.66   0.46
XYZ11.04255.98143.1573
Yxy5.98140.54720.2964
Hunter Lab24.456937.79479.4657
CIE-Lab29.365548.434716.7720

#89132e color RGB value is (137,19,46).

#89132e hex color red value is 137, green value is 19 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #89132e hue: 0.96 , saturation: 0.76 and the lightness value of 89132e is 0.31.

The process color (four color CMYK) of #89132e color hex is 0.00, 0.86, 0.66, 0.46. Web safe color of #89132e is #990033. Color #89132e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001001 00010011 00101110
Octal 211 23 56
Decimal 137 19 46
Hex 89 13 2E

RGB Percentages of Color #89132e

%67.82
%9.41
%22.77

CMYK Percentages of Color #89132e

%0
%86
%66
%46

Triadic Colors of #89132e

#89132e #2e8913 #132e89

Analogous Colors of #89132e

#89132e #893313 #891369

Monochromatic Colors of #89132e

#89132e

Complementary Color

#89132e #13896e

#89132e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#89132e Color Preview on White Background

Lorem ipsum dolor sit amet.

#89132e Color CSS Codes

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

#89132e Text Font Color

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

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


#89132e Background Color

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

This div background color is #89132e


#89132e Border Color

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

This div border color is #89132e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(137,19,46, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #89132e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #89132e;
  -webkit-box-shadow: 1px 1px 3px 2px #89132e;
  box-shadow:         1px 1px 3px 2px #89132e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #89132e


Comments

No comments written yet.

Please login to write comment.