Color Hex Logo

#894168 Color Hex

#894168
(137,65,104)
0 Favorites   0 Comments

Color spaces of #894168

RGB 13765104
HSL0.910.360.40
HSV328°53°54°
CMYK 0.000.530.24   0.46
XYZ14.705510.098414.2708
Yxy10.09840.37630.2584
Hunter Lab31.778026.9908-4.3813
CIE-Lab38.018535.5832-8.4567

#894168 color RGB value is (137,65,104).

#894168 hex color red value is 137, green value is 65 and the blue value of its RGB is 104. Cylindrical-coordinate representations (also known as HSL) of color #894168 hue: 0.91 , saturation: 0.36 and the lightness value of 894168 is 0.40.

The process color (four color CMYK) of #894168 color hex is 0.00, 0.53, 0.24, 0.46. Web safe color of #894168 is #993366. Color #894168 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001001 01000001 01101000
Octal 211 101 150
Decimal 137 65 104
Hex 89 41 68

RGB Percentages of Color #894168

%44.77
%21.24
%33.99

CMYK Percentages of Color #894168

%0
%53
%24
%46

Triadic Colors of #894168

#894168 #688941 #416889

Analogous Colors of #894168

#894168 #894144 #864189

Monochromatic Colors of #894168

#894168

Complementary Color

#894168 #418962

#894168 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#894168 Color Preview on White Background

Lorem ipsum dolor sit amet.

#894168 Color CSS Codes

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

#894168 Text Font Color

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

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


#894168 Background Color

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

This div background color is #894168


#894168 Border Color

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

This div border color is #894168


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #894168


Comments

No comments written yet.

Please login to write comment.