Color Hex Logo

#894961 Color Hex

#894961
(137,73,97)
0 Favorites   0 Comments

Color spaces of #894961

RGB 1377397
HSL0.940.300.41
HSV338°47°54°
CMYK 0.000.470.29   0.46
XYZ14.856710.946512.6391
Yxy10.94650.38650.2848
Hunter Lab33.085522.25400.5103
CIE-Lab39.490230.1563-1.8895

#894961 color RGB value is (137,73,97).

#894961 hex color red value is 137, green value is 73 and the blue value of its RGB is 97. Cylindrical-coordinate representations (also known as HSL) of color #894961 hue: 0.94 , saturation: 0.30 and the lightness value of 894961 is 0.41.

The process color (four color CMYK) of #894961 color hex is 0.00, 0.47, 0.29, 0.46. Web safe color of #894961 is #993366. Color #894961 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001001 01001001 01100001
Octal 211 111 141
Decimal 137 73 97
Hex 89 49 61

RGB Percentages of Color #894961

%44.63
%23.78
%31.60

CMYK Percentages of Color #894961

%0
%47
%29
%46

Triadic Colors of #894961

#894961 #618949 #496189

Analogous Colors of #894961

#894961 #895149 #894981

Monochromatic Colors of #894961

#894961

Complementary Color

#894961 #498971

#894961 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#894961 Color Preview on White Background

Lorem ipsum dolor sit amet.

#894961 Color CSS Codes

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

#894961 Text Font Color

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

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


#894961 Background Color

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

This div background color is #894961


#894961 Border Color

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

This div border color is #894961


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #894961


Comments

No comments written yet.

Please login to write comment.