Color Hex Logo

#893daa Color Hex

#893DAA
(137,61,170)
0 Favorites   0 Comments

Color spaces of #893daa

RGB 13761170
HSL0.780.470.45
HSV282°64°67°
CMYK 0.190.640.00   0.33
XYZ19.241011.558139.2470
Yxy11.55810.27470.1650
Hunter Lab33.997241.5284-44.6474
CIE-Lab40.505050.0285-44.9127

#893daa color RGB value is (137,61,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001001 00111101 10101010
Octal 211 75 252
Decimal 137 61 170
Hex 89 3D AA

RGB Percentages of Color #893daa

%37.23
%16.58
%46.20

CMYK Percentages of Color #893daa

%19
%64
%0
%33

Triadic Colors of #893daa

#893daa #aa893d #3daa89

Analogous Colors of #893daa

#893daa #aa3d95 #523daa

Monochromatic Colors of #893daa

#893daa

Complementary Color

#893daa #5eaa3d

#893daa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#893daa Color Preview on White Background

Lorem ipsum dolor sit amet.

#893daa Color CSS Codes

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

#893daa Text Font Color

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

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


#893daa Background Color

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

This div background color is #893daa


#893daa Border Color

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

This div border color is #893daa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #893daa


Comments

No comments written yet.

Please login to write comment.