Color Hex Logo

#891370 Color Hex

#891370
(137,19,112)
0 Favorites   0 Comments

Color spaces of #891370

RGB 13719112
HSL0.870.760.31
HSV313°86°54°
CMYK 0.000.860.18   0.46
XYZ13.47406.954015.9613
Yxy6.95400.37030.1911
Hunter Lab26.370445.0565-17.4273
CIE-Lab31.702055.0971-23.2100

#891370 color RGB value is (137,19,112).

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

The process color (four color CMYK) of #891370 color hex is 0.00, 0.86, 0.18, 0.46. Web safe color of #891370 is #990066. Color #891370 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001001 00010011 01110000
Octal 211 23 160
Decimal 137 19 112
Hex 89 13 70

RGB Percentages of Color #891370

%51.12
%7.09
%41.79

CMYK Percentages of Color #891370

%0
%86
%18
%46

Triadic Colors of #891370

#891370 #708913 #137089

Analogous Colors of #891370

#891370 #891335 #671389

Monochromatic Colors of #891370

#891370

Complementary Color

#891370 #13892c

#891370 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#891370 Color Preview on White Background

Lorem ipsum dolor sit amet.

#891370 Color CSS Codes

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

#891370 Text Font Color

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

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


#891370 Background Color

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

This div background color is #891370


#891370 Border Color

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

This div border color is #891370


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #891370


Comments

No comments written yet.

Please login to write comment.