Color Hex Logo

#894185 Color Hex

#894185
(137,65,133)
0 Favorites   0 Comments

Color spaces of #894185

RGB 13765133
HSL0.840.360.40
HSV303°53°54°
CMYK 0.000.530.03   0.46
XYZ16.440510.792423.4069
Yxy10.79240.32470.2131
Hunter Lab32.851831.8387-19.2479
CIE-Lab39.228640.5336-24.5878

#894185 color RGB value is (137,65,133).

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

The process color (four color CMYK) of #894185 color hex is 0.00, 0.53, 0.03, 0.46. Web safe color of #894185 is #993399. Color #894185 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001001 01000001 10000101
Octal 211 101 205
Decimal 137 65 133
Hex 89 41 85

RGB Percentages of Color #894185

%40.90
%19.40
%39.70

CMYK Percentages of Color #894185

%0
%53
%3
%46

Triadic Colors of #894185

#894185 #858941 #418589

Analogous Colors of #894185

#894185 #894161 #694189

Monochromatic Colors of #894185

#894185

Complementary Color

#894185 #418945

#894185 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#894185 Color Preview on White Background

Lorem ipsum dolor sit amet.

#894185 Color CSS Codes

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

#894185 Text Font Color

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

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


#894185 Background Color

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

This div background color is #894185


#894185 Border Color

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

This div border color is #894185


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #894185


Comments

No comments written yet.

Please login to write comment.