Color Hex Logo

#896590 Color Hex

#896590
(137,101,144)
0 Favorites   0 Comments

Color spaces of #896590

RGB 137101144
HSL0.810.180.48
HSV290°30°56°
CMYK 0.050.300.00   0.44
XYZ20.004216.639328.5429
Yxy16.63930.30690.2553
Hunter Lab40.791316.1523-12.9331
CIE-Lab47.802322.4060-17.9958

#896590 color RGB value is (137,101,144).

#896590 hex color red value is 137, green value is 101 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #896590 hue: 0.81 , saturation: 0.18 and the lightness value of 896590 is 0.48.

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

Base Numbers

BaseRedGreenBlue
Binary 10001001 01100101 10010000
Octal 211 145 220
Decimal 137 101 144
Hex 89 65 90

RGB Percentages of Color #896590

%35.86
%26.44
%37.70

CMYK Percentages of Color #896590

%5
%30
%0
%44

Triadic Colors of #896590

#896590 #908965 #659089

Analogous Colors of #896590

#896590 #906582 #746590

Monochromatic Colors of #896590

#896590

Complementary Color

#896590 #6c9065

#896590 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#896590 Color Preview on White Background

Lorem ipsum dolor sit amet.

#896590 Color CSS Codes

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

#896590 Text Font Color

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

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


#896590 Background Color

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

This div background color is #896590


#896590 Border Color

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

This div border color is #896590


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #896590


Comments

No comments written yet.

Please login to write comment.