Color Hex Logo

#894676 Color Hex

#894676
(137,70,118)
0 Favorites   0 Comments

Color spaces of #894676

RGB 13770118
HSL0.880.320.41
HSV317°49°54°
CMYK 0.000.490.14   0.46
XYZ15.776711.006718.4325
Yxy11.00670.34890.2434
Hunter Lab33.176326.8254-9.7176
CIE-Lab39.591835.1672-14.7903

#894676 color RGB value is (137,70,118).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001001 01000110 01110110
Octal 211 106 166
Decimal 137 70 118
Hex 89 46 76

RGB Percentages of Color #894676

%42.15
%21.54
%36.31

CMYK Percentages of Color #894676

%0
%49
%14
%46

Triadic Colors of #894676

#894676 #768946 #467689

Analogous Colors of #894676

#894676 #894655 #7b4689

Monochromatic Colors of #894676

#894676

Complementary Color

#894676 #468959

#894676 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#894676 Color Preview on White Background

Lorem ipsum dolor sit amet.

#894676 Color CSS Codes

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

#894676 Text Font Color

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

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


#894676 Background Color

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

This div background color is #894676


#894676 Border Color

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

This div border color is #894676


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #894676


Comments

No comments written yet.

Please login to write comment.