Color Hex Logo

#891373 Color Hex

#891373
(137,19,115)
0 Favorites   0 Comments

Color spaces of #891373

RGB 13719115
HSL0.860.760.31
HSV311°86°54°
CMYK 0.000.860.16   0.46
XYZ13.64397.021916.8559
Yxy7.02190.36360.1871
Hunter Lab26.498945.5342-19.1651
CIE-Lab31.856755.5213-24.8776

#891373 color RGB value is (137,19,115).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001001 00010011 01110011
Octal 211 23 163
Decimal 137 19 115
Hex 89 13 73

RGB Percentages of Color #891373

%50.55
%7.01
%42.44

CMYK Percentages of Color #891373

%0
%86
%16
%46

Triadic Colors of #891373

#891373 #738913 #137389

Analogous Colors of #891373

#891373 #891338 #641389

Monochromatic Colors of #891373

#891373

Complementary Color

#891373 #138929

#891373 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#891373 Color Preview on White Background

Lorem ipsum dolor sit amet.

#891373 Color CSS Codes

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

#891373 Text Font Color

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

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


#891373 Background Color

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

This div background color is #891373


#891373 Border Color

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

This div border color is #891373


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #891373


Comments

No comments written yet.

Please login to write comment.