Color Hex Logo

#895355 Color Hex

#895355
(137,83,85)
0 Favorites   0 Comments

Color spaces of #895355

RGB 1378385
HSL0.990.250.43
HSV358°39°54°
CMYK 0.000.390.38   0.46
XYZ15.049512.160810.1484
Yxy12.16080.40280.3255
Hunter Lab34.872316.00687.1563
CIE-Lab41.470622.78048.4076

#895355 color RGB value is (137,83,85).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001001 01010011 01010101
Octal 211 123 125
Decimal 137 83 85
Hex 89 53 55

RGB Percentages of Color #895355

%44.92
%27.21
%27.87

CMYK Percentages of Color #895355

%0
%39
%38
%46

Triadic Colors of #895355

#895355 #558953 #535589

Analogous Colors of #895355

#895355 #896c53 #895370

Monochromatic Colors of #895355

#895355

Complementary Color

#895355 #538987

#895355 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#895355 Color Preview on White Background

Lorem ipsum dolor sit amet.

#895355 Color CSS Codes

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

#895355 Text Font Color

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

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


#895355 Background Color

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

This div background color is #895355


#895355 Border Color

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

This div border color is #895355


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #895355


Comments

No comments written yet.

Please login to write comment.