Color Hex Logo

#894662 Color Hex

#894662
(137,70,98)
0 Favorites   0 Comments

Color spaces of #894662

RGB 1377098
HSL0.930.320.41
HSV335°49°54°
CMYK 0.000.490.28   0.46
XYZ14.711310.580512.8221
Yxy10.58050.38600.2776
Hunter Lab32.527723.8068-0.6022
CIE-Lab38.864731.9707-3.4365

#894662 color RGB value is (137,70,98).

#894662 hex color red value is 137, green value is 70 and the blue value of its RGB is 98. Cylindrical-coordinate representations (also known as HSL) of color #894662 hue: 0.93 , saturation: 0.32 and the lightness value of 894662 is 0.41.

The process color (four color CMYK) of #894662 color hex is 0.00, 0.49, 0.28, 0.46. Web safe color of #894662 is #993366. Color #894662 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001001 01000110 01100010
Octal 211 106 142
Decimal 137 70 98
Hex 89 46 62

RGB Percentages of Color #894662

%44.92
%22.95
%32.13

CMYK Percentages of Color #894662

%0
%49
%28
%46

Triadic Colors of #894662

#894662 #628946 #466289

Analogous Colors of #894662

#894662 #894c46 #894684

Monochromatic Colors of #894662

#894662

Complementary Color

#894662 #46896d

#894662 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#894662 Color Preview on White Background

Lorem ipsum dolor sit amet.

#894662 Color CSS Codes

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

#894662 Text Font Color

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

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


#894662 Background Color

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

This div background color is #894662


#894662 Border Color

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

This div border color is #894662


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #894662


Comments

No comments written yet.

Please login to write comment.