Color Hex Logo

#894242 Color Hex

#894242
(137,66,66)
0 Favorites   0 Comments

Color spaces of #894242

RGB 1376666
HSL0.000.350.40
HSV52°54°
CMYK 0.000.520.52   0.46
XYZ13.24819.60816.3106
Yxy9.60810.45420.3294
Hunter Lab30.996922.04639.6271
CIE-Lab37.129730.236614.2042

#894242 color RGB value is (137,66,66).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001001 01000010 01000010
Octal 211 102 102
Decimal 137 66 66
Hex 89 42 42

RGB Percentages of Color #894242

%50.93
%24.54
%24.54

CMYK Percentages of Color #894242

%0
%52
%52
%46

Triadic Colors of #894242

#894242 #428942 #424289

Analogous Colors of #894242

#894242 #896642 #894266

Monochromatic Colors of #894242

#894242

Complementary Color

#894242 #428989

#894242 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#894242 Color Preview on White Background

Lorem ipsum dolor sit amet.

#894242 Color CSS Codes

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

#894242 Text Font Color

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

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


#894242 Background Color

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

This div background color is #894242


#894242 Border Color

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

This div border color is #894242


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #894242

#894242 Color Palettes


Comments

No comments written yet.

Please login to write comment.