Color Hex Logo

#893aab Color Hex

#893AAB
(137,58,171)
0 Favorites   0 Comments

Color spaces of #893aab

RGB 13758171
HSL0.780.490.45
HSV282°66°67°
CMYK 0.200.660.00   0.33
XYZ19.180311.284839.6953
Yxy11.28480.27340.1608
Hunter Lab33.592943.1295-46.5456
CIE-Lab40.056151.6544-46.2266

#893aab color RGB value is (137,58,171).

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

The process color (four color CMYK) of #893aab color hex is 0.20, 0.66, 0.00, 0.33. Web safe color of #893aab is #993399. Color #893aab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001001 00111010 10101011
Octal 211 72 253
Decimal 137 58 171
Hex 89 3A AB

RGB Percentages of Color #893aab

%37.43
%15.85
%46.72

CMYK Percentages of Color #893aab

%20
%66
%0
%33

Triadic Colors of #893aab

#893aab #ab893a #3aab89

Analogous Colors of #893aab

#893aab #ab3a95 #513aab

Monochromatic Colors of #893aab

#893aab

Complementary Color

#893aab #5cab3a

#893aab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#893aab Color Preview on White Background

Lorem ipsum dolor sit amet.

#893aab Color CSS Codes

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

#893aab Text Font Color

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

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


#893aab Background Color

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

This div background color is #893aab


#893aab Border Color

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

This div border color is #893aab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #893aab


Comments

No comments written yet.

Please login to write comment.