Color Hex Logo

#894dae Color Hex

#894DAE
(137,77,174)
0 Favorites   0 Comments

Color spaces of #894dae

RGB 13777174
HSL0.770.390.49
HSV277°56°68°
CMYK 0.210.560.00   0.32
XYZ20.610413.682141.5990
Yxy13.68210.27160.1803
Hunter Lab36.989334.7286-40.7863
CIE-Lab43.773542.7458-42.0656

#894dae color RGB value is (137,77,174).

#894dae hex color red value is 137, green value is 77 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #894dae hue: 0.77 , saturation: 0.39 and the lightness value of 894dae is 0.49.

The process color (four color CMYK) of #894dae color hex is 0.21, 0.56, 0.00, 0.32. Web safe color of #894dae is #996699. Color #894dae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001001 01001101 10101110
Octal 211 115 256
Decimal 137 77 174
Hex 89 4D AE

RGB Percentages of Color #894dae

%35.31
%19.85
%44.85

CMYK Percentages of Color #894dae

%21
%56
%0
%32

Triadic Colors of #894dae

#894dae #ae894d #4dae89

Analogous Colors of #894dae

#894dae #ae4da3 #594dae

Monochromatic Colors of #894dae

#894dae

Complementary Color

#894dae #72ae4d

#894dae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#894dae Color Preview on White Background

Lorem ipsum dolor sit amet.

#894dae Color CSS Codes

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

#894dae Text Font Color

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

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


#894dae Background Color

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

This div background color is #894dae


#894dae Border Color

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

This div border color is #894dae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #894dae


Comments

No comments written yet.

Please login to write comment.