Color Hex Logo

#894aae Color Hex

#894AAE
(137,74,174)
0 Favorites   0 Comments

Color spaces of #894aae

RGB 13774174
HSL0.770.400.49
HSV278°57°68°
CMYK 0.210.570.00   0.32
XYZ20.405313.271941.5307
Yxy13.27190.27130.1765
Hunter Lab36.430636.2268-42.0888
CIE-Lab43.170144.3471-43.0266

#894aae color RGB value is (137,74,174).

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

The process color (four color CMYK) of #894aae color hex is 0.21, 0.57, 0.00, 0.32. Web safe color of #894aae is #993399. Color #894aae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001001 01001010 10101110
Octal 211 112 256
Decimal 137 74 174
Hex 89 4A AE

RGB Percentages of Color #894aae

%35.58
%19.22
%45.19

CMYK Percentages of Color #894aae

%21
%57
%0
%32

Triadic Colors of #894aae

#894aae #ae894a #4aae89

Analogous Colors of #894aae

#894aae #ae4aa1 #574aae

Monochromatic Colors of #894aae

#894aae

Complementary Color

#894aae #6fae4a

#894aae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#894aae Color Preview on White Background

Lorem ipsum dolor sit amet.

#894aae Color CSS Codes

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

#894aae Text Font Color

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

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


#894aae Background Color

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

This div background color is #894aae


#894aae Border Color

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

This div border color is #894aae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #894aae


Comments

No comments written yet.

Please login to write comment.