Color Hex Logo

#894ede Color Hex

#894EDE
(137,78,222)
0 Favorites   0 Comments

Color spaces of #894ede

RGB 13778222
HSL0.730.690.59
HSV265°65°87°
CMYK 0.380.650.00   0.13
XYZ26.225716.041170.8212
Yxy16.04110.23190.1418
Hunter Lab40.051346.7923-76.8042
CIE-Lab47.028453.8374-64.6168

#894ede color RGB value is (137,78,222).

#894ede hex color red value is 137, green value is 78 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #894ede hue: 0.73 , saturation: 0.69 and the lightness value of 894ede is 0.59.

The process color (four color CMYK) of #894ede color hex is 0.38, 0.65, 0.00, 0.13. Web safe color of #894ede is #9966cc. Color #894ede contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001001 01001110 11011110
Octal 211 116 336
Decimal 137 78 222
Hex 89 4E DE

RGB Percentages of Color #894ede

%31.35
%17.85
%50.80

CMYK Percentages of Color #894ede

%38
%65
%0
%13

Triadic Colors of #894ede

#894ede #de894e #4ede89

Analogous Colors of #894ede

#894ede #d14ede #4e5bde

Monochromatic Colors of #894ede

#894ede

Complementary Color

#894ede #a3de4e

#894ede Color Preview on Black Background

Lorem ipsum dolor sit amet.

#894ede Color Preview on White Background

Lorem ipsum dolor sit amet.

#894ede Color CSS Codes

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

#894ede Text Font Color

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

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


#894ede Background Color

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

This div background color is #894ede


#894ede Border Color

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

This div border color is #894ede


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #894ede


Comments

No comments written yet.

Please login to write comment.