Color Hex Logo

#891457 Color Hex

#891457
(137,20,87)
0 Favorites   0 Comments

Color spaces of #891457

RGB 1372087
HSL0.900.750.31
HSV326°85°54°
CMYK 0.000.850.36   0.46
XYZ12.28706.50689.6252
Yxy6.50680.43240.2290
Hunter Lab25.508441.3408-4.5162
CIE-Lab30.656751.7104-8.6511

#891457 color RGB value is (137,20,87).

#891457 hex color red value is 137, green value is 20 and the blue value of its RGB is 87. Cylindrical-coordinate representations (also known as HSL) of color #891457 hue: 0.90 , saturation: 0.75 and the lightness value of 891457 is 0.31.

The process color (four color CMYK) of #891457 color hex is 0.00, 0.85, 0.36, 0.46. Web safe color of #891457 is #990066. Color #891457 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001001 00010100 01010111
Octal 211 24 127
Decimal 137 20 87
Hex 89 14 57

RGB Percentages of Color #891457

%56.15
%8.20
%35.66

CMYK Percentages of Color #891457

%0
%85
%36
%46

Triadic Colors of #891457

#891457 #578914 #145789

Analogous Colors of #891457

#891457 #89141d #811489

Monochromatic Colors of #891457

#891457

Complementary Color

#891457 #148946

#891457 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#891457 Color Preview on White Background

Lorem ipsum dolor sit amet.

#891457 Color CSS Codes

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

#891457 Text Font Color

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

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


#891457 Background Color

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

This div background color is #891457


#891457 Border Color

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

This div border color is #891457


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #891457


Comments

No comments written yet.

Please login to write comment.