Color Hex Logo

#895871 Color Hex

#895871
(137,88,113)
0 Favorites   0 Comments

Color spaces of #895871

RGB 13788113
HSL0.910.220.44
HSV329°36°54°
CMYK 0.000.360.18   0.46
XYZ16.786913.490117.3419
Yxy13.49010.35250.2833
Hunter Lab36.728917.3078-2.2841
CIE-Lab43.492624.0972-5.8381

#895871 color RGB value is (137,88,113).

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

The process color (four color CMYK) of #895871 color hex is 0.00, 0.36, 0.18, 0.46. Web safe color of #895871 is #996666. Color #895871 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001001 01011000 01110001
Octal 211 130 161
Decimal 137 88 113
Hex 89 58 71

RGB Percentages of Color #895871

%40.53
%26.04
%33.43

CMYK Percentages of Color #895871

%0
%36
%18
%46

Triadic Colors of #895871

#895871 #718958 #587189

Analogous Colors of #895871

#895871 #895859 #895889

Monochromatic Colors of #895871

#895871

Complementary Color

#895871 #588970

#895871 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#895871 Color Preview on White Background

Lorem ipsum dolor sit amet.

#895871 Color CSS Codes

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

#895871 Text Font Color

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

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


#895871 Background Color

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

This div background color is #895871


#895871 Border Color

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

This div border color is #895871


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #895871


Comments

No comments written yet.

Please login to write comment.