Color Hex Logo

#894dee Color Hex

#894DEE
(137,77,238)
0 Favorites   0 Comments

Color spaces of #894dee

RGB 13777238
HSL0.730.830.62
HSV262°68°93°
CMYK 0.420.680.00   0.07
XYZ28.403016.799282.6345
Yxy16.79920.22220.1314
Hunter Lab40.986851.9698-90.8452
CIE-Lab48.006058.3932-72.0751

#894dee color RGB value is (137,77,238).

#894dee hex color red value is 137, green value is 77 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #894dee hue: 0.73 , saturation: 0.83 and the lightness value of 894dee is 0.62.

The process color (four color CMYK) of #894dee color hex is 0.42, 0.68, 0.00, 0.07. Web safe color of #894dee is #9966ff. Color #894dee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001001 01001101 11101110
Octal 211 115 356
Decimal 137 77 238
Hex 89 4D EE

RGB Percentages of Color #894dee

%30.31
%17.04
%52.65

CMYK Percentages of Color #894dee

%42
%68
%0
%7

Triadic Colors of #894dee

#894dee #ee894d #4dee89

Analogous Colors of #894dee

#894dee #da4dee #4d61ee

Monochromatic Colors of #894dee

#894dee

Complementary Color

#894dee #b2ee4d

#894dee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#894dee Color Preview on White Background

Lorem ipsum dolor sit amet.

#894dee Color CSS Codes

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

#894dee Text Font Color

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

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


#894dee Background Color

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

This div background color is #894dee


#894dee Border Color

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

This div border color is #894dee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #894dee


Comments

No comments written yet.

Please login to write comment.