Color Hex Logo

#897390 Color Hex

#897390
(137,115,144)
0 Favorites   0 Comments

Color spaces of #897390

RGB 137115144
HSL0.790.120.51
HSV286°20°56°
CMYK 0.050.200.00   0.44
XYZ21.481319.593429.0353
Yxy19.59340.30640.2795
Hunter Lab44.26449.1624-7.9062
CIE-Lab51.374414.1565-12.5690

#897390 color RGB value is (137,115,144).

#897390 hex color red value is 137, green value is 115 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #897390 hue: 0.79 , saturation: 0.12 and the lightness value of 897390 is 0.51.

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

Base Numbers

BaseRedGreenBlue
Binary 10001001 01110011 10010000
Octal 211 163 220
Decimal 137 115 144
Hex 89 73 90

RGB Percentages of Color #897390

%34.60
%29.04
%36.36

CMYK Percentages of Color #897390

%5
%20
%0
%44

Triadic Colors of #897390

#897390 #908973 #739089

Analogous Colors of #897390

#897390 #907389 #7b7390

Monochromatic Colors of #897390

#897390

Complementary Color

#897390 #7a9073

#897390 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#897390 Color Preview on White Background

Lorem ipsum dolor sit amet.

#897390 Color CSS Codes

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

#897390 Text Font Color

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

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


#897390 Background Color

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

This div background color is #897390


#897390 Border Color

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

This div border color is #897390


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(137,115,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 #897390">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #897390


Comments

No comments written yet.

Please login to write comment.