Color Hex Logo

#893590 Color Hex

#893590
(137,53,144)
0 Favorites   0 Comments

Color spaces of #893590

RGB 13753144
HSL0.820.460.39
HSV295°63°56°
CMYK 0.050.630.00   0.44
XYZ16.62379.878227.4161
Yxy9.87820.30830.1832
Hunter Lab31.429639.4102-29.7181
CIE-Lab37.622948.4855-33.8394

#893590 color RGB value is (137,53,144).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001001 00110101 10010000
Octal 211 65 220
Decimal 137 53 144
Hex 89 35 90

RGB Percentages of Color #893590

%41.02
%15.87
%43.11

CMYK Percentages of Color #893590

%5
%63
%0
%44

Triadic Colors of #893590

#893590 #908935 #359089

Analogous Colors of #893590

#893590 #90356a #5c3590

Monochromatic Colors of #893590

#893590

Complementary Color

#893590 #3c9035

#893590 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#893590 Color Preview on White Background

Lorem ipsum dolor sit amet.

#893590 Color CSS Codes

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

#893590 Text Font Color

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

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


#893590 Background Color

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

This div background color is #893590


#893590 Border Color

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

This div border color is #893590


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #893590


Comments

No comments written yet.

Please login to write comment.