Color Hex Logo

#894d02 Color Hex

#894D02
(137,77,2)
0 Favorites   0 Comments

Color spaces of #894d02

RGB 137772
HSL0.090.970.27
HSV33°99°54°
CMYK 0.000.440.99   0.46
XYZ12.981410.63051.4251
Yxy10.63050.51850.4246
Hunter Lab32.604414.011720.2316
CIE-Lab38.951020.634547.6102

#894d02 color RGB value is (137,77,2).

#894d02 hex color red value is 137, green value is 77 and the blue value of its RGB is 2. Cylindrical-coordinate representations (also known as HSL) of color #894d02 hue: 0.09 , saturation: 0.97 and the lightness value of 894d02 is 0.27.

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

Base Numbers

BaseRedGreenBlue
Binary 10001001 01001101 00000010
Octal 211 115 2
Decimal 137 77 2
Hex 89 4D 2

RGB Percentages of Color #894d02

%63.43
%35.65
%0.93

CMYK Percentages of Color #894d02

%0
%44
%99
%46

Triadic Colors of #894d02

#894d02 #02894d #4d0289

Analogous Colors of #894d02

#894d02 #828902 #890a02

Monochromatic Colors of #894d02

#894d02

Complementary Color

#894d02 #023e89

#894d02 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#894d02 Color Preview on White Background

Lorem ipsum dolor sit amet.

#894d02 Color CSS Codes

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

#894d02 Text Font Color

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

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


#894d02 Background Color

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

This div background color is #894d02


#894d02 Border Color

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

This div border color is #894d02


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #894d02


Comments

No comments written yet.

Please login to write comment.