Color Hex Logo

#897392 Color Hex

#897392
(137,115,146)
0 Favorites   0 Comments

Color spaces of #897392

RGB 137115146
HSL0.780.120.51
HSV283°21°57°
CMYK 0.060.210.00   0.43
XYZ21.635619.655229.8476
Yxy19.65520.30410.2763
Hunter Lab44.33429.5253-8.8825
CIE-Lab51.445114.5790-13.6365

#897392 color RGB value is (137,115,146).

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

The process color (four color CMYK) of #897392 color hex is 0.06, 0.21, 0.00, 0.43. Web safe color of #897392 is #996699. Color #897392 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001001 01110011 10010010
Octal 211 163 222
Decimal 137 115 146
Hex 89 73 92

RGB Percentages of Color #897392

%34.42
%28.89
%36.68

CMYK Percentages of Color #897392

%6
%21
%0
%43

Triadic Colors of #897392

#897392 #928973 #739289

Analogous Colors of #897392

#897392 #92738c #7a7392

Monochromatic Colors of #897392

#897392

Complementary Color

#897392 #7c9273

#897392 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#897392 Color Preview on White Background

Lorem ipsum dolor sit amet.

#897392 Color CSS Codes

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

#897392 Text Font Color

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

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


#897392 Background Color

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

This div background color is #897392


#897392 Border Color

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

This div border color is #897392


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #897392

#897392 Color Palettes


Comments

No comments written yet.

Please login to write comment.