Color Hex Logo

#896001 Color Hex

#896001
(137,96,1)
0 Favorites   0 Comments

Color spaces of #896001

RGB 137961
HSL0.120.990.27
HSV42°99°54°
CMYK 0.000.300.99   0.46
XYZ14.504913.68631.9059
Yxy13.68630.48190.4547
Hunter Lab36.99505.244622.8420
CIE-Lab43.77969.524451.1394

#896001 color RGB value is (137,96,1).

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

The process color (four color CMYK) of #896001 color hex is 0.00, 0.30, 0.99, 0.46. Web safe color of #896001 is #996600. Color #896001 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001001 01100000 00000001
Octal 211 140 1
Decimal 137 96 1
Hex 89 60 1

RGB Percentages of Color #896001

%58.55
%41.03
%0.43

CMYK Percentages of Color #896001

%0
%30
%99
%46

Triadic Colors of #896001

#896001 #018960 #600189

Analogous Colors of #896001

#896001 #6e8901 #891c01

Monochromatic Colors of #896001

#896001

Complementary Color

#896001 #012a89

#896001 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#896001 Color Preview on White Background

Lorem ipsum dolor sit amet.

#896001 Color CSS Codes

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

#896001 Text Font Color

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

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


#896001 Background Color

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

This div background color is #896001


#896001 Border Color

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

This div border color is #896001


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(137,96,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 #896001">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #896001


Comments

No comments written yet.

Please login to write comment.