Color Hex Logo

#894254 Color Hex

#894254
(137,66,84)
0 Favorites   0 Comments

Color spaces of #894254

RGB 1376684
HSL0.960.350.40
HSV345°52°54°
CMYK 0.000.520.39   0.46
XYZ13.86509.85499.5589
Yxy9.85490.41660.2961
Hunter Lab31.392523.90043.9212
CIE-Lab37.580732.25543.4920

#894254 color RGB value is (137,66,84).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001001 01000010 01010100
Octal 211 102 124
Decimal 137 66 84
Hex 89 42 54

RGB Percentages of Color #894254

%47.74
%23.00
%29.27

CMYK Percentages of Color #894254

%0
%52
%39
%46

Triadic Colors of #894254

#894254 #548942 #425489

Analogous Colors of #894254

#894254 #895442 #894278

Monochromatic Colors of #894254

#894254

Complementary Color

#894254 #428977

#894254 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#894254 Color Preview on White Background

Lorem ipsum dolor sit amet.

#894254 Color CSS Codes

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

#894254 Text Font Color

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

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


#894254 Background Color

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

This div background color is #894254


#894254 Border Color

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

This div border color is #894254


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #894254


Comments

No comments written yet.

Please login to write comment.