Color Hex Logo

#894901 Color Hex

#894901
(137,73,1)
0 Favorites   0 Comments

Color spaces of #894901

RGB 137731
HSL0.090.990.27
HSV32°99°54°
CMYK 0.000.470.99   0.46
XYZ12.704510.08561.3058
Yxy10.08560.52720.4186
Hunter Lab31.757815.831519.7926
CIE-Lab37.995622.908647.3166

#894901 color RGB value is (137,73,1).

#894901 hex color red value is 137, green value is 73 and the blue value of its RGB is 1. Cylindrical-coordinate representations (also known as HSL) of color #894901 hue: 0.09 , saturation: 0.99 and the lightness value of 894901 is 0.27.

The process color (four color CMYK) of #894901 color hex is 0.00, 0.47, 0.99, 0.46. Web safe color of #894901 is #993300. Color #894901 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001001 01001001 00000001
Octal 211 111 1
Decimal 137 73 1
Hex 89 49 1

RGB Percentages of Color #894901

%64.93
%34.60
%0.47

CMYK Percentages of Color #894901

%0
%47
%99
%46

Triadic Colors of #894901

#894901 #018949 #490189

Analogous Colors of #894901

#894901 #858901 #890501

Monochromatic Colors of #894901

#894901

Complementary Color

#894901 #014189

#894901 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#894901 Color Preview on White Background

Lorem ipsum dolor sit amet.

#894901 Color CSS Codes

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

#894901 Text Font Color

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

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


#894901 Background Color

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

This div background color is #894901


#894901 Border Color

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

This div border color is #894901


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #894901


Comments

No comments written yet.

Please login to write comment.