Color Hex Logo

#895787 Color Hex

#895787
(137,87,135)
0 Favorites   0 Comments

Color spaces of #895787

RGB 13787135
HSL0.840.220.44
HSV302°36°54°
CMYK 0.000.360.01   0.46
XYZ18.097913.884024.6477
Yxy13.88400.31960.2452
Hunter Lab37.261221.4908-13.1365
CIE-Lab44.066128.7458-18.3279

#895787 color RGB value is (137,87,135).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001001 01010111 10000111
Octal 211 127 207
Decimal 137 87 135
Hex 89 57 87

RGB Percentages of Color #895787

%38.16
%24.23
%37.60

CMYK Percentages of Color #895787

%0
%36
%1
%46

Triadic Colors of #895787

#895787 #878957 #578789

Analogous Colors of #895787

#895787 #89576e #725789

Monochromatic Colors of #895787

#895787

Complementary Color

#895787 #578959

#895787 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#895787 Color Preview on White Background

Lorem ipsum dolor sit amet.

#895787 Color CSS Codes

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

#895787 Text Font Color

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

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


#895787 Background Color

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

This div background color is #895787


#895787 Border Color

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

This div border color is #895787


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #895787


Comments

No comments written yet.

Please login to write comment.