Color Hex Logo

#895668 Color Hex

#895668
(137,86,104)
0 Favorites   0 Comments

Color spaces of #895668

RGB 13786104
HSL0.940.230.44
HSV339°37°54°
CMYK 0.000.370.24   0.46
XYZ16.143012.973414.7500
Yxy12.97340.36800.2957
Hunter Lab36.018616.96850.9331
CIE-Lab42.723123.7803-1.4698

#895668 color RGB value is (137,86,104).

#895668 hex color red value is 137, green value is 86 and the blue value of its RGB is 104. Cylindrical-coordinate representations (also known as HSL) of color #895668 hue: 0.94 , saturation: 0.23 and the lightness value of 895668 is 0.44.

The process color (four color CMYK) of #895668 color hex is 0.00, 0.37, 0.24, 0.46. Web safe color of #895668 is #996666. Color #895668 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001001 01010110 01101000
Octal 211 126 150
Decimal 137 86 104
Hex 89 56 68

RGB Percentages of Color #895668

%41.90
%26.30
%31.80

CMYK Percentages of Color #895668

%0
%37
%24
%46

Triadic Colors of #895668

#895668 #688956 #566889

Analogous Colors of #895668

#895668 #895e56 #895682

Monochromatic Colors of #895668

#895668

Complementary Color

#895668 #568977

#895668 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#895668 Color Preview on White Background

Lorem ipsum dolor sit amet.

#895668 Color CSS Codes

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

#895668 Text Font Color

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

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


#895668 Background Color

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

This div background color is #895668


#895668 Border Color

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

This div border color is #895668


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #895668


Comments

No comments written yet.

Please login to write comment.