Color Hex Logo

#894990 Color Hex

#894990
(137,73,144)
0 Favorites   0 Comments

Color spaces of #894990

RGB 13773144
HSL0.820.330.43
HSV294°49°56°
CMYK 0.050.490.00   0.44
XYZ17.733112.097127.7859
Yxy12.09710.30780.2100
Hunter Lab34.780930.1420-23.0192
CIE-Lab41.370038.4210-27.9442

#894990 color RGB value is (137,73,144).

#894990 hex color red value is 137, green value is 73 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #894990 hue: 0.82 , saturation: 0.33 and the lightness value of 894990 is 0.43.

The process color (four color CMYK) of #894990 color hex is 0.05, 0.49, 0.00, 0.44. Web safe color of #894990 is #993399. Color #894990 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001001 01001001 10010000
Octal 211 111 220
Decimal 137 73 144
Hex 89 49 90

RGB Percentages of Color #894990

%38.70
%20.62
%40.68

CMYK Percentages of Color #894990

%5
%49
%0
%44

Triadic Colors of #894990

#894990 #908949 #499089

Analogous Colors of #894990

#894990 #904974 #664990

Monochromatic Colors of #894990

#894990

Complementary Color

#894990 #509049

#894990 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#894990 Color Preview on White Background

Lorem ipsum dolor sit amet.

#894990 Color CSS Codes

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

#894990 Text Font Color

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

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


#894990 Background Color

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

This div background color is #894990


#894990 Border Color

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

This div border color is #894990


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #894990


Comments

No comments written yet.

Please login to write comment.