Color Hex Logo

#894673 Color Hex

#894673
(137,70,115)
0 Favorites   0 Comments

Color spaces of #894673

RGB 13770115
HSL0.890.320.41
HSV320°49°54°
CMYK 0.000.490.16   0.46
XYZ15.601210.936517.5083
Yxy10.93650.35420.2483
Hunter Lab33.070426.3356-8.2404
CIE-Lab39.473334.6550-13.1135

#894673 color RGB value is (137,70,115).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001001 01000110 01110011
Octal 211 106 163
Decimal 137 70 115
Hex 89 46 73

RGB Percentages of Color #894673

%42.55
%21.74
%35.71

CMYK Percentages of Color #894673

%0
%49
%16
%46

Triadic Colors of #894673

#894673 #738946 #467389

Analogous Colors of #894673

#894673 #894652 #7e4689

Monochromatic Colors of #894673

#894673

Complementary Color

#894673 #46895c

#894673 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#894673 Color Preview on White Background

Lorem ipsum dolor sit amet.

#894673 Color CSS Codes

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

#894673 Text Font Color

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

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


#894673 Background Color

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

This div background color is #894673


#894673 Border Color

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

This div border color is #894673


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #894673


Comments

No comments written yet.

Please login to write comment.