Color Hex Logo

#89778f Color Hex

#89778F
(137,119,143)
0 Favorites   0 Comments

Color spaces of #89778f

RGB 137119143
HSL0.790.100.51
HSV285°17°56°
CMYK 0.040.170.00   0.44
XYZ21.871320.495228.7898
Yxy20.49520.30740.2880
Hunter Lab45.27167.0103-6.0144
CIE-Lab52.392511.5999-10.4497

#89778f color RGB value is (137,119,143).

#89778f hex color red value is 137, green value is 119 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #89778f hue: 0.79 , saturation: 0.10 and the lightness value of 89778f is 0.51.

The process color (four color CMYK) of #89778f color hex is 0.04, 0.17, 0.00, 0.44. Web safe color of #89778f is #996699. Color #89778f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001001 01110111 10001111
Octal 211 167 217
Decimal 137 119 143
Hex 89 77 8F

RGB Percentages of Color #89778f

%34.34
%29.82
%35.84

CMYK Percentages of Color #89778f

%4
%17
%0
%44

Triadic Colors of #89778f

#89778f #8f8977 #778f89

Analogous Colors of #89778f

#89778f #8f7789 #7d778f

Monochromatic Colors of #89778f

#89778f

Complementary Color

#89778f #7d8f77

#89778f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#89778f Color Preview on White Background

Lorem ipsum dolor sit amet.

#89778f Color CSS Codes

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

#89778f Text Font Color

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

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


#89778f Background Color

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

This div background color is #89778f


#89778f Border Color

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

This div border color is #89778f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(137,119,143, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #89778f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #89778f;
  -webkit-box-shadow: 1px 1px 3px 2px #89778f;
  box-shadow:         1px 1px 3px 2px #89778f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #89778f


Comments

No comments written yet.

Please login to write comment.