Color Hex Logo

#895163 Color Hex

#895163
(137,81,99)
0 Favorites   0 Comments

Color spaces of #895163

RGB 1378199
HSL0.950.260.43
HSV341°41°54°
CMYK 0.000.410.28   0.46
XYZ15.511112.104113.3232
Yxy12.10410.37890.2957
Hunter Lab34.790918.69781.6485
CIE-Lab41.381125.9038-0.3588

#895163 color RGB value is (137,81,99).

#895163 hex color red value is 137, green value is 81 and the blue value of its RGB is 99. Cylindrical-coordinate representations (also known as HSL) of color #895163 hue: 0.95 , saturation: 0.26 and the lightness value of 895163 is 0.43.

The process color (four color CMYK) of #895163 color hex is 0.00, 0.41, 0.28, 0.46. Web safe color of #895163 is #996666. Color #895163 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001001 01010001 01100011
Octal 211 121 143
Decimal 137 81 99
Hex 89 51 63

RGB Percentages of Color #895163

%43.22
%25.55
%31.23

CMYK Percentages of Color #895163

%0
%41
%28
%46

Triadic Colors of #895163

#895163 #638951 #516389

Analogous Colors of #895163

#895163 #895b51 #89517f

Monochromatic Colors of #895163

#895163

Complementary Color

#895163 #518977

#895163 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#895163 Color Preview on White Background

Lorem ipsum dolor sit amet.

#895163 Color CSS Codes

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

#895163 Text Font Color

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

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


#895163 Background Color

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

This div background color is #895163


#895163 Border Color

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

This div border color is #895163


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #895163


Comments

No comments written yet.

Please login to write comment.