Color Hex Logo

#895467 Color Hex

#895467
(137,84,103)
0 Favorites   0 Comments

Color spaces of #895467

RGB 13784103
HSL0.940.240.43
HSV338°39°54°
CMYK 0.000.390.25   0.46
XYZ15.935012.638314.4315
Yxy12.63830.37050.2939
Hunter Lab35.550417.79710.8168
CIE-Lab42.213124.7842-1.6044

#895467 color RGB value is (137,84,103).

#895467 hex color red value is 137, green value is 84 and the blue value of its RGB is 103. Cylindrical-coordinate representations (also known as HSL) of color #895467 hue: 0.94 , saturation: 0.24 and the lightness value of 895467 is 0.43.

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

Base Numbers

BaseRedGreenBlue
Binary 10001001 01010100 01100111
Octal 211 124 147
Decimal 137 84 103
Hex 89 54 67

RGB Percentages of Color #895467

%42.28
%25.93
%31.79

CMYK Percentages of Color #895467

%0
%39
%25
%46

Triadic Colors of #895467

#895467 #678954 #546789

Analogous Colors of #895467

#895467 #895c54 #895482

Monochromatic Colors of #895467

#895467

Complementary Color

#895467 #548976

#895467 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#895467 Color Preview on White Background

Lorem ipsum dolor sit amet.

#895467 Color CSS Codes

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

#895467 Text Font Color

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

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


#895467 Background Color

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

This div background color is #895467


#895467 Border Color

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

This div border color is #895467


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #895467


Comments

No comments written yet.

Please login to write comment.