Color Hex Logo

#891fae Color Hex

#891FAE
(137,31,174)
0 Favorites   0 Comments

Color spaces of #891fae

RGB 13731174
HSL0.790.700.40
HSV284°82°68°
CMYK 0.210.820.00   0.32
XYZ18.44659.354340.8777
Yxy9.35430.26860.1362
Hunter Lab30.584854.1347-57.8339
CIE-Lab36.657762.5139-53.4907

#891fae color RGB value is (137,31,174).

#891fae hex color red value is 137, green value is 31 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #891fae hue: 0.79 , saturation: 0.70 and the lightness value of 891fae is 0.40.

The process color (four color CMYK) of #891fae color hex is 0.21, 0.82, 0.00, 0.32. Web safe color of #891fae is #993399. Color #891fae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001001 00011111 10101110
Octal 211 37 256
Decimal 137 31 174
Hex 89 1F AE

RGB Percentages of Color #891fae

%40.06
%9.06
%50.88

CMYK Percentages of Color #891fae

%21
%82
%0
%32

Triadic Colors of #891fae

#891fae #ae891f #1fae89

Analogous Colors of #891fae

#891fae #ae1f8c #411fae

Monochromatic Colors of #891fae

#891fae

Complementary Color

#891fae #44ae1f

#891fae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#891fae Color Preview on White Background

Lorem ipsum dolor sit amet.

#891fae Color CSS Codes

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

#891fae Text Font Color

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

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


#891fae Background Color

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

This div background color is #891fae


#891fae Border Color

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

This div border color is #891fae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #891fae


Comments

No comments written yet.

Please login to write comment.