Color Hex Logo

#895376 Color Hex

#895376
(137,83,118)
0 Favorites   0 Comments

Color spaces of #895376

RGB 13783118
HSL0.890.250.43
HSV321°39°54°
CMYK 0.000.390.14   0.46
XYZ16.679812.812918.7336
Yxy12.81290.34590.2657
Hunter Lab35.795120.5360-5.9732
CIE-Lab42.480027.8642-10.4098

#895376 color RGB value is (137,83,118).

#895376 hex color red value is 137, green value is 83 and the blue value of its RGB is 118. Cylindrical-coordinate representations (also known as HSL) of color #895376 hue: 0.89 , saturation: 0.25 and the lightness value of 895376 is 0.43.

The process color (four color CMYK) of #895376 color hex is 0.00, 0.39, 0.14, 0.46. Web safe color of #895376 is #996666. Color #895376 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001001 01010011 01110110
Octal 211 123 166
Decimal 137 83 118
Hex 89 53 76

RGB Percentages of Color #895376

%40.53
%24.56
%34.91

CMYK Percentages of Color #895376

%0
%39
%14
%46

Triadic Colors of #895376

#895376 #768953 #537689

Analogous Colors of #895376

#895376 #89535b #815389

Monochromatic Colors of #895376

#895376

Complementary Color

#895376 #538966

#895376 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#895376 Color Preview on White Background

Lorem ipsum dolor sit amet.

#895376 Color CSS Codes

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

#895376 Text Font Color

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

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


#895376 Background Color

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

This div background color is #895376


#895376 Border Color

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

This div border color is #895376


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #895376


Comments

No comments written yet.

Please login to write comment.