Color Hex Logo

#89739d Color Hex

#89739D
(137,115,157)
0 Favorites   0 Comments

Color spaces of #89739d

RGB 137115157
HSL0.750.180.53
HSV271°27°62°
CMYK 0.130.270.00   0.38
XYZ22.533120.014234.5738
Yxy20.01420.29220.2595
Hunter Lab44.737211.6161-14.5044
CIE-Lab51.853316.9840-19.4571

#89739d color RGB value is (137,115,157).

#89739d hex color red value is 137, green value is 115 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #89739d hue: 0.75 , saturation: 0.18 and the lightness value of 89739d is 0.53.

The process color (four color CMYK) of #89739d color hex is 0.13, 0.27, 0.00, 0.38. Web safe color of #89739d is #996699. Color #89739d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001001 01110011 10011101
Octal 211 163 235
Decimal 137 115 157
Hex 89 73 9D

RGB Percentages of Color #89739d

%33.50
%28.12
%38.39

CMYK Percentages of Color #89739d

%13
%27
%0
%38

Triadic Colors of #89739d

#89739d #9d8973 #739d89

Analogous Colors of #89739d

#89739d #9d739c #74739d

Monochromatic Colors of #89739d

#89739d

Complementary Color

#89739d #879d73

#89739d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#89739d Color Preview on White Background

Lorem ipsum dolor sit amet.

#89739d Color CSS Codes

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

#89739d Text Font Color

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

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


#89739d Background Color

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

This div background color is #89739d


#89739d Border Color

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

This div border color is #89739d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #89739d


Comments

No comments written yet.

Please login to write comment.