Color Hex Logo

#893aac Color Hex

#893AAC
(137,58,172)
0 Favorites   0 Comments

Color spaces of #893aac

RGB 13758172
HSL0.780.500.45
HSV282°66°67°
CMYK 0.200.660.00   0.33
XYZ19.276011.323040.1993
Yxy11.32300.27230.1599
Hunter Lab33.649743.3657-47.2756
CIE-Lab40.119251.8691-46.7198

#893aac color RGB value is (137,58,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001001 00111010 10101100
Octal 211 72 254
Decimal 137 58 172
Hex 89 3A AC

RGB Percentages of Color #893aac

%37.33
%15.80
%46.87

CMYK Percentages of Color #893aac

%20
%66
%0
%33

Triadic Colors of #893aac

#893aac #ac893a #3aac89

Analogous Colors of #893aac

#893aac #ac3a96 #503aac

Monochromatic Colors of #893aac

#893aac

Complementary Color

#893aac #5dac3a

#893aac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#893aac Color Preview on White Background

Lorem ipsum dolor sit amet.

#893aac Color CSS Codes

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

#893aac Text Font Color

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

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


#893aac Background Color

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

This div background color is #893aac


#893aac Border Color

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

This div border color is #893aac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #893aac


Comments

No comments written yet.

Please login to write comment.