Color Hex Logo

#891dae Color Hex

#891DAE
(137,29,174)
0 Favorites   0 Comments

Color spaces of #891dae

RGB 13729174
HSL0.790.710.40
HSV285°83°68°
CMYK 0.210.830.00   0.32
XYZ18.39599.253140.8609
Yxy9.25310.26850.1351
Hunter Lab30.418954.7152-58.3494
CIE-Lab36.467163.0704-53.7995

#891dae color RGB value is (137,29,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001001 00011101 10101110
Octal 211 35 256
Decimal 137 29 174
Hex 89 1D AE

RGB Percentages of Color #891dae

%40.29
%8.53
%51.18

CMYK Percentages of Color #891dae

%21
%83
%0
%32

Triadic Colors of #891dae

#891dae #ae891d #1dae89

Analogous Colors of #891dae

#891dae #ae1d8b #401dae

Monochromatic Colors of #891dae

#891dae

Complementary Color

#891dae #42ae1d

#891dae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#891dae Color Preview on White Background

Lorem ipsum dolor sit amet.

#891dae Color CSS Codes

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

#891dae Text Font Color

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

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


#891dae Background Color

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

This div background color is #891dae


#891dae Border Color

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

This div border color is #891dae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #891dae


Comments

No comments written yet.

Please login to write comment.