Color Hex Logo

#89647d Color Hex

#89647D
(137,100,125)
0 Favorites   0 Comments

Color spaces of #89647d

RGB 137100125
HSL0.890.160.46
HSV319°27°54°
CMYK 0.000.270.09   0.46
XYZ18.575415.913421.4946
Yxy15.91340.33180.2843
Hunter Lab39.891613.3077-4.0228
CIE-Lab46.860719.2082-8.0732

#89647d color RGB value is (137,100,125).

#89647d hex color red value is 137, green value is 100 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #89647d hue: 0.89 , saturation: 0.16 and the lightness value of 89647d is 0.46.

The process color (four color CMYK) of #89647d color hex is 0.00, 0.27, 0.09, 0.46. Web safe color of #89647d is #996666. Color #89647d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001001 01100100 01111101
Octal 211 144 175
Decimal 137 100 125
Hex 89 64 7D

RGB Percentages of Color #89647d

%37.85
%27.62
%34.53

CMYK Percentages of Color #89647d

%0
%27
%9
%46

Triadic Colors of #89647d

#89647d #7d8964 #647d89

Analogous Colors of #89647d

#89647d #89646b #836489

Monochromatic Colors of #89647d

#89647d

Complementary Color

#89647d #648970

#89647d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#89647d Color Preview on White Background

Lorem ipsum dolor sit amet.

#89647d Color CSS Codes

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

#89647d Text Font Color

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

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


#89647d Background Color

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

This div background color is #89647d


#89647d Border Color

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

This div border color is #89647d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #89647d


Comments

No comments written yet.

Please login to write comment.