Color Hex Logo

#891ade Color Hex

#891ADE
(137,26,222)
0 Favorites   0 Comments

Color spaces of #891ade

RGB 13726222
HSL0.760.790.49
HSV274°88°87°
CMYK 0.380.880.00   0.13
XYZ23.870711.331170.0362
Yxy11.33110.22680.1077
Hunter Lab33.661767.6727-99.7950
CIE-Lab40.132673.5100-75.8634

#891ade color RGB value is (137,26,222).

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

The process color (four color CMYK) of #891ade color hex is 0.38, 0.88, 0.00, 0.13. Web safe color of #891ade is #9933cc. Color #891ade contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001001 00011010 11011110
Octal 211 32 336
Decimal 137 26 222
Hex 89 1A DE

RGB Percentages of Color #891ade

%35.58
%6.75
%57.66

CMYK Percentages of Color #891ade

%38
%88
%0
%13

Triadic Colors of #891ade

#891ade #de891a #1ade89

Analogous Colors of #891ade

#891ade #de1ad1 #271ade

Monochromatic Colors of #891ade

#891ade

Complementary Color

#891ade #6fde1a

#891ade Color Preview on Black Background

Lorem ipsum dolor sit amet.

#891ade Color Preview on White Background

Lorem ipsum dolor sit amet.

#891ade Color CSS Codes

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

#891ade Text Font Color

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

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


#891ade Background Color

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

This div background color is #891ade


#891ade Border Color

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

This div border color is #891ade


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #891ade


Comments

No comments written yet.

Please login to write comment.