Color Hex Logo

#891aac Color Hex

#891AAC
(137,26,172)
0 Favorites   0 Comments

Color spaces of #891aac

RGB 13726172
HSL0.790.740.39
HSV286°85°67°
CMYK 0.200.850.00   0.33
XYZ18.13239.035739.8181
Yxy9.03570.27070.1349
Hunter Lab30.059455.0698-57.4966
CIE-Lab36.052963.4675-53.2758

#891aac color RGB value is (137,26,172).

#891aac hex color red value is 137, green value is 26 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #891aac hue: 0.79 , saturation: 0.74 and the lightness value of 891aac is 0.39.

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

Base Numbers

BaseRedGreenBlue
Binary 10001001 00011010 10101100
Octal 211 32 254
Decimal 137 26 172
Hex 89 1A AC

RGB Percentages of Color #891aac

%40.90
%7.76
%51.34

CMYK Percentages of Color #891aac

%20
%85
%0
%33

Triadic Colors of #891aac

#891aac #ac891a #1aac89

Analogous Colors of #891aac

#891aac #ac1a86 #401aac

Monochromatic Colors of #891aac

#891aac

Complementary Color

#891aac #3dac1a

#891aac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#891aac Color Preview on White Background

Lorem ipsum dolor sit amet.

#891aac Color CSS Codes

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

#891aac Text Font Color

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

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


#891aac Background Color

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

This div background color is #891aac


#891aac Border Color

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

This div border color is #891aac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #891aac


Comments

No comments written yet.

Please login to write comment.