Color Hex Logo

#891388 Color Hex

#891388
(137,19,136)
0 Favorites   0 Comments

Color spaces of #891388

RGB 13719136
HSL0.830.760.31
HSV301°86°54°
CMYK 0.000.860.01   0.46
XYZ14.99337.561723.9619
Yxy7.56170.32230.1626
Hunter Lab27.498549.2028-32.4156
CIE-Lab33.052958.7264-36.1751

#891388 color RGB value is (137,19,136).

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

The process color (four color CMYK) of #891388 color hex is 0.00, 0.86, 0.01, 0.46. Web safe color of #891388 is #990099. Color #891388 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001001 00010011 10001000
Octal 211 23 210
Decimal 137 19 136
Hex 89 13 88

RGB Percentages of Color #891388

%46.92
%6.51
%46.58

CMYK Percentages of Color #891388

%0
%86
%1
%46

Triadic Colors of #891388

#891388 #888913 #138889

Analogous Colors of #891388

#891388 #89134d #4f1389

Monochromatic Colors of #891388

#891388

Complementary Color

#891388 #138914

#891388 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#891388 Color Preview on White Background

Lorem ipsum dolor sit amet.

#891388 Color CSS Codes

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

#891388 Text Font Color

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

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


#891388 Background Color

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

This div background color is #891388


#891388 Border Color

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

This div border color is #891388


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #891388


Comments

No comments written yet.

Please login to write comment.