Color Hex Logo

#895373 Color Hex

#895373
(137,83,115)
0 Favorites   0 Comments

Color spaces of #895373

RGB 13783115
HSL0.900.250.43
HSV324°39°54°
CMYK 0.000.390.16   0.46
XYZ16.504312.742717.8094
Yxy12.74270.35070.2708
Hunter Lab35.696920.0590-4.5923
CIE-Lab42.373027.3401-8.7340

#895373 color RGB value is (137,83,115).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001001 01010011 01110011
Octal 211 123 163
Decimal 137 83 115
Hex 89 53 73

RGB Percentages of Color #895373

%40.90
%24.78
%34.33

CMYK Percentages of Color #895373

%0
%39
%16
%46

Triadic Colors of #895373

#895373 #738953 #537389

Analogous Colors of #895373

#895373 #895358 #845389

Monochromatic Colors of #895373

#895373

Complementary Color

#895373 #538969

#895373 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#895373 Color Preview on White Background

Lorem ipsum dolor sit amet.

#895373 Color CSS Codes

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

#895373 Text Font Color

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

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


#895373 Background Color

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

This div background color is #895373


#895373 Border Color

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

This div border color is #895373


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #895373


Comments

No comments written yet.

Please login to write comment.