Color Hex Logo

#894144 Color Hex

#894144
(137,65,68)
1 Favorites   0 Comments

Color spaces of #894144

RGB 1376568
HSL0.990.360.40
HSV358°53°54°
CMYK 0.000.530.50   0.46
XYZ13.25029.51636.6073
Yxy9.51630.45110.3240
Hunter Lab30.848522.68538.8949
CIE-Lab36.959930.982012.7171

#894144 color RGB value is (137,65,68).

#894144 hex color red value is 137, green value is 65 and the blue value of its RGB is 68. Cylindrical-coordinate representations (also known as HSL) of color #894144 hue: 0.99 , saturation: 0.36 and the lightness value of 894144 is 0.40.

The process color (four color CMYK) of #894144 color hex is 0.00, 0.53, 0.50, 0.46. Web safe color of #894144 is #993333. Color #894144 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001001 01000001 01000100
Octal 211 101 104
Decimal 137 65 68
Hex 89 41 44

RGB Percentages of Color #894144

%50.74
%24.07
%25.19

CMYK Percentages of Color #894144

%0
%53
%50
%46

Triadic Colors of #894144

#894144 #448941 #414489

Analogous Colors of #894144

#894144 #896241 #894168

Monochromatic Colors of #894144

#894144

Complementary Color

#894144 #418986

#894144 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#894144 Color Preview on White Background

Lorem ipsum dolor sit amet.

#894144 Color CSS Codes

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

#894144 Text Font Color

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

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


#894144 Background Color

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

This div background color is #894144


#894144 Border Color

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

This div border color is #894144


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #894144


Comments

No comments written yet.

Please login to write comment.