Color Hex Logo

#893290 Color Hex

#893290
(137,50,144)
0 Favorites   0 Comments

Color spaces of #893290

RGB 13750144
HSL0.820.480.38
HSV296°65°56°
CMYK 0.050.650.00   0.44
XYZ16.49129.613227.3719
Yxy9.61320.30840.1798
Hunter Lab31.005240.6826-30.6386
CIE-Lab37.139149.8262-34.6058

#893290 color RGB value is (137,50,144).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001001 00110010 10010000
Octal 211 62 220
Decimal 137 50 144
Hex 89 32 90

RGB Percentages of Color #893290

%41.39
%15.11
%43.50

CMYK Percentages of Color #893290

%5
%65
%0
%44

Triadic Colors of #893290

#893290 #908932 #329089

Analogous Colors of #893290

#893290 #903268 #5a3290

Monochromatic Colors of #893290

#893290

Complementary Color

#893290 #399032

#893290 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#893290 Color Preview on White Background

Lorem ipsum dolor sit amet.

#893290 Color CSS Codes

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

#893290 Text Font Color

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

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


#893290 Background Color

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

This div background color is #893290


#893290 Border Color

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

This div border color is #893290


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #893290


Comments

No comments written yet.

Please login to write comment.