Color Hex Logo

#891bae Color Hex

#891BAE
(137,27,174)
0 Favorites   0 Comments

Color spaces of #891bae

RGB 13727174
HSL0.790.730.39
HSV285°84°68°
CMYK 0.210.840.00   0.32
XYZ18.34849.158240.8450
Yxy9.15820.26840.1340
Hunter Lab30.262555.2665-58.8393
CIE-Lab36.287163.5971-54.0911

#891bae color RGB value is (137,27,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001001 00011011 10101110
Octal 211 33 256
Decimal 137 27 174
Hex 89 1B AE

RGB Percentages of Color #891bae

%40.53
%7.99
%51.48

CMYK Percentages of Color #891bae

%21
%84
%0
%32

Triadic Colors of #891bae

#891bae #ae891b #1bae89

Analogous Colors of #891bae

#891bae #ae1b8a #3f1bae

Monochromatic Colors of #891bae

#891bae

Complementary Color

#891bae #40ae1b

#891bae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#891bae Color Preview on White Background

Lorem ipsum dolor sit amet.

#891bae Color CSS Codes

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

#891bae Text Font Color

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

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


#891bae Background Color

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

This div background color is #891bae


#891bae Border Color

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

This div border color is #891bae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #891bae


Comments

No comments written yet.

Please login to write comment.