Color Hex Logo

#895785 Color Hex

#895785
(137,87,133)
0 Favorites   0 Comments

Color spaces of #895785

RGB 13787133
HSL0.850.220.44
HSV305°36°54°
CMYK 0.000.360.03   0.46
XYZ17.958413.828223.9129
Yxy13.82820.32240.2483
Hunter Lab37.186321.1271-12.0964
CIE-Lab43.985528.3521-17.2433

#895785 color RGB value is (137,87,133).

#895785 hex color red value is 137, green value is 87 and the blue value of its RGB is 133. Cylindrical-coordinate representations (also known as HSL) of color #895785 hue: 0.85 , saturation: 0.22 and the lightness value of 895785 is 0.44.

The process color (four color CMYK) of #895785 color hex is 0.00, 0.36, 0.03, 0.46. Web safe color of #895785 is #996699. Color #895785 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001001 01010111 10000101
Octal 211 127 205
Decimal 137 87 133
Hex 89 57 85

RGB Percentages of Color #895785

%38.38
%24.37
%37.25

CMYK Percentages of Color #895785

%0
%36
%3
%46

Triadic Colors of #895785

#895785 #858957 #578589

Analogous Colors of #895785

#895785 #89576c #745789

Monochromatic Colors of #895785

#895785

Complementary Color

#895785 #57895b

#895785 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#895785 Color Preview on White Background

Lorem ipsum dolor sit amet.

#895785 Color CSS Codes

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

#895785 Text Font Color

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

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


#895785 Background Color

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

This div background color is #895785


#895785 Border Color

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

This div border color is #895785


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #895785


Comments

No comments written yet.

Please login to write comment.