Color Hex Logo

#894241 Color Hex

#894241
(137,66,65)
0 Favorites   0 Comments

Color spaces of #894241

RGB 1376665
HSL0.000.360.40
HSV53°54°
CMYK 0.000.520.53   0.46
XYZ13.21899.59646.1566
Yxy9.59640.45630.3312
Hunter Lab30.978121.95769.9013
CIE-Lab37.108130.139014.8018

#894241 color RGB value is (137,66,65).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001001 01000010 01000001
Octal 211 102 101
Decimal 137 66 65
Hex 89 42 41

RGB Percentages of Color #894241

%51.12
%24.63
%24.25

CMYK Percentages of Color #894241

%0
%52
%53
%46

Triadic Colors of #894241

#894241 #418942 #424189

Analogous Colors of #894241

#894241 #896641 #894164

Monochromatic Colors of #894241

#894241

Complementary Color

#894241 #418889

#894241 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#894241 Color Preview on White Background

Lorem ipsum dolor sit amet.

#894241 Color CSS Codes

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

#894241 Text Font Color

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

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


#894241 Background Color

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

This div background color is #894241


#894241 Border Color

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

This div border color is #894241


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #894241


Comments

No comments written yet.

Please login to write comment.