Color Hex Logo

#895595 Color Hex

#895595
(137,85,149)
0 Favorites   0 Comments

Color spaces of #895595

RGB 13785149
HSL0.800.270.46
HSV289°43°58°
CMYK 0.080.430.00   0.42
XYZ18.989813.985330.1323
Yxy13.98530.30090.2216
Hunter Lab37.396925.1960-21.5946
CIE-Lab44.211832.7674-26.5194

#895595 color RGB value is (137,85,149).

#895595 hex color red value is 137, green value is 85 and the blue value of its RGB is 149. Cylindrical-coordinate representations (also known as HSL) of color #895595 hue: 0.80 , saturation: 0.27 and the lightness value of 895595 is 0.46.

The process color (four color CMYK) of #895595 color hex is 0.08, 0.43, 0.00, 0.42. Web safe color of #895595 is #996699. Color #895595 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001001 01010101 10010101
Octal 211 125 225
Decimal 137 85 149
Hex 89 55 95

RGB Percentages of Color #895595

%36.93
%22.91
%40.16

CMYK Percentages of Color #895595

%8
%43
%0
%42

Triadic Colors of #895595

#895595 #958955 #559589

Analogous Colors of #895595

#895595 #955581 #695595

Monochromatic Colors of #895595

#895595

Complementary Color

#895595 #619555

#895595 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#895595 Color Preview on White Background

Lorem ipsum dolor sit amet.

#895595 Color CSS Codes

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

#895595 Text Font Color

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

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


#895595 Background Color

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

This div background color is #895595


#895595 Border Color

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

This div border color is #895595


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #895595


Comments

No comments written yet.

Please login to write comment.