Color Hex Logo

#893eaa Color Hex

#893EAA
(137,62,170)
0 Favorites   0 Comments

Color spaces of #893eaa

RGB 13762170
HSL0.780.470.45
HSV282°64°67°
CMYK 0.190.640.00   0.33
XYZ19.294911.665939.2650
Yxy11.66590.27480.1661
Hunter Lab34.155441.0655-44.2510
CIE-Lab40.680149.5475-44.6326

#893eaa color RGB value is (137,62,170).

#893eaa hex color red value is 137, green value is 62 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #893eaa hue: 0.78 , saturation: 0.47 and the lightness value of 893eaa is 0.45.

The process color (four color CMYK) of #893eaa color hex is 0.19, 0.64, 0.00, 0.33. Web safe color of #893eaa is #993399. Color #893eaa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001001 00111110 10101010
Octal 211 76 252
Decimal 137 62 170
Hex 89 3E AA

RGB Percentages of Color #893eaa

%37.13
%16.80
%46.07

CMYK Percentages of Color #893eaa

%19
%64
%0
%33

Triadic Colors of #893eaa

#893eaa #aa893e #3eaa89

Analogous Colors of #893eaa

#893eaa #aa3e95 #533eaa

Monochromatic Colors of #893eaa

#893eaa

Complementary Color

#893eaa #5faa3e

#893eaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#893eaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#893eaa Color CSS Codes

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

#893eaa Text Font Color

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

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


#893eaa Background Color

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

This div background color is #893eaa


#893eaa Border Color

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

This div border color is #893eaa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(137,62,170, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #893eaa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #893eaa;
  -webkit-box-shadow: 1px 1px 3px 2px #893eaa;
  box-shadow:         1px 1px 3px 2px #893eaa; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #893eaa


Comments

No comments written yet.

Please login to write comment.