Color Hex Logo

#894801 Color Hex

#894801
(137,72,1)
0 Favorites   0 Comments

Color spaces of #894801

RGB 137721
HSL0.090.990.27
HSV31°99°54°
CMYK 0.000.470.99   0.46
XYZ12.63949.95531.2841
Yxy9.95530.52930.4169
Hunter Lab31.552016.289119.6734
CIE-Lab37.762123.477947.1690

#894801 color RGB value is (137,72,1).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001001 01001000 00000001
Octal 211 110 1
Decimal 137 72 1
Hex 89 48 1

RGB Percentages of Color #894801

%65.24
%34.29
%0.48

CMYK Percentages of Color #894801

%0
%47
%99
%46

Triadic Colors of #894801

#894801 #018948 #480189

Analogous Colors of #894801

#894801 #868901 #890401

Monochromatic Colors of #894801

#894801

Complementary Color

#894801 #014289

#894801 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#894801 Color Preview on White Background

Lorem ipsum dolor sit amet.

#894801 Color CSS Codes

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

#894801 Text Font Color

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

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


#894801 Background Color

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

This div background color is #894801


#894801 Border Color

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

This div border color is #894801


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #894801


Comments

No comments written yet.

Please login to write comment.