Color Hex Logo

#894aea Color Hex

#894AEA
(137,74,234)
0 Favorites   0 Comments

Color spaces of #894aea

RGB 13774234
HSL0.730.790.60
HSV264°68°92°
CMYK 0.410.680.00   0.08
XYZ27.616616.156479.5049
Yxy16.15640.22400.1311
Hunter Lab40.195052.2998-89.1378
CIE-Lab47.179058.8438-71.1683

#894aea color RGB value is (137,74,234).

#894aea hex color red value is 137, green value is 74 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #894aea hue: 0.73 , saturation: 0.79 and the lightness value of 894aea is 0.60.

The process color (four color CMYK) of #894aea color hex is 0.41, 0.68, 0.00, 0.08. Web safe color of #894aea is #9933ff. Color #894aea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001001 01001010 11101010
Octal 211 112 352
Decimal 137 74 234
Hex 89 4A EA

RGB Percentages of Color #894aea

%30.79
%16.63
%52.58

CMYK Percentages of Color #894aea

%41
%68
%0
%8

Triadic Colors of #894aea

#894aea #ea894a #4aea89

Analogous Colors of #894aea

#894aea #d94aea #4a5bea

Monochromatic Colors of #894aea

#894aea

Complementary Color

#894aea #abea4a

#894aea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#894aea Color Preview on White Background

Lorem ipsum dolor sit amet.

#894aea Color CSS Codes

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

#894aea Text Font Color

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

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


#894aea Background Color

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

This div background color is #894aea


#894aea Border Color

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

This div border color is #894aea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #894aea


Comments

No comments written yet.

Please login to write comment.