Color Hex Logo

#897890 Color Hex

#897890
(137,120,144)
0 Favorites   0 Comments

Color spaces of #897890

RGB 137120144
HSL0.780.100.52
HSV283°17°56°
CMYK 0.050.170.00   0.44
XYZ22.067020.764929.2305
Yxy20.76490.30620.2882
Hunter Lab45.56856.6955-6.1344
CIE-Lab52.691211.2235-10.5864

#897890 color RGB value is (137,120,144).

#897890 hex color red value is 137, green value is 120 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #897890 hue: 0.78 , saturation: 0.10 and the lightness value of 897890 is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 10001001 01111000 10010000
Octal 211 170 220
Decimal 137 120 144
Hex 89 78 90

RGB Percentages of Color #897890

%34.16
%29.93
%35.91

CMYK Percentages of Color #897890

%5
%17
%0
%44

Triadic Colors of #897890

#897890 #908978 #789089

Analogous Colors of #897890

#897890 #90788b #7d7890

Monochromatic Colors of #897890

#897890

Complementary Color

#897890 #7f9078

#897890 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#897890 Color Preview on White Background

Lorem ipsum dolor sit amet.

#897890 Color CSS Codes

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

#897890 Text Font Color

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

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


#897890 Background Color

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

This div background color is #897890


#897890 Border Color

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

This div border color is #897890


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #897890


Comments

No comments written yet.

Please login to write comment.