Color Hex Logo

#893990 Color Hex

#893990
(137,57,144)
0 Favorites   0 Comments

Color spaces of #893990

RGB 13757144
HSL0.820.430.39
HSV295°60°56°
CMYK 0.050.600.00   0.44
XYZ16.813710.258227.4794
Yxy10.25820.30820.1880
Hunter Lab32.028437.6559-28.4491
CIE-Lab38.301946.6202-32.7659

#893990 color RGB value is (137,57,144).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001001 00111001 10010000
Octal 211 71 220
Decimal 137 57 144
Hex 89 39 90

RGB Percentages of Color #893990

%40.53
%16.86
%42.60

CMYK Percentages of Color #893990

%5
%60
%0
%44

Triadic Colors of #893990

#893990 #908939 #399089

Analogous Colors of #893990

#893990 #90396c #5e3990

Monochromatic Colors of #893990

#893990

Complementary Color

#893990 #409039

#893990 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#893990 Color Preview on White Background

Lorem ipsum dolor sit amet.

#893990 Color CSS Codes

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

#893990 Text Font Color

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

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


#893990 Background Color

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

This div background color is #893990


#893990 Border Color

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

This div border color is #893990


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(137,57,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 #893990">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #893990


Comments

No comments written yet.

Please login to write comment.