Color Hex Logo

#897590 Color Hex

#897590
(137,117,144)
0 Favorites   0 Comments

Color spaces of #897590

RGB 137117144
HSL0.790.110.51
HSV284°19°56°
CMYK 0.050.190.00   0.44
XYZ21.711920.054629.1121
Yxy20.05460.30630.2829
Hunter Lab44.78248.1733-7.1956
CIE-Lab51.898912.9815-11.7780

#897590 color RGB value is (137,117,144).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001001 01110101 10010000
Octal 211 165 220
Decimal 137 117 144
Hex 89 75 90

RGB Percentages of Color #897590

%34.42
%29.40
%36.18

CMYK Percentages of Color #897590

%5
%19
%0
%44

Triadic Colors of #897590

#897590 #908975 #759089

Analogous Colors of #897590

#897590 #90758a #7c7590

Monochromatic Colors of #897590

#897590

Complementary Color

#897590 #7c9075

#897590 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#897590 Color Preview on White Background

Lorem ipsum dolor sit amet.

#897590 Color CSS Codes

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

#897590 Text Font Color

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

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


#897590 Background Color

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

This div background color is #897590


#897590 Border Color

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

This div border color is #897590


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #897590


Comments

No comments written yet.

Please login to write comment.