Color Hex Logo

#894eeb Color Hex

#894EEB
(137,78,235)
0 Favorites   0 Comments

Color spaces of #894eeb

RGB 13778235
HSL0.730.800.61
HSV263°67°92°
CMYK 0.420.670.00   0.08
XYZ28.036316.765380.3556
Yxy16.76530.22400.1340
Hunter Lab40.945550.5685-87.6950
CIE-Lab47.962957.1340-70.4567

#894eeb color RGB value is (137,78,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001001 01001110 11101011
Octal 211 116 353
Decimal 137 78 235
Hex 89 4E EB

RGB Percentages of Color #894eeb

%30.44
%17.33
%52.22

CMYK Percentages of Color #894eeb

%42
%67
%0
%8

Triadic Colors of #894eeb

#894eeb #eb894e #4eeb89

Analogous Colors of #894eeb

#894eeb #d84eeb #4e62eb

Monochromatic Colors of #894eeb

#894eeb

Complementary Color

#894eeb #b0eb4e

#894eeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#894eeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#894eeb Color CSS Codes

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

#894eeb Text Font Color

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

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


#894eeb Background Color

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

This div background color is #894eeb


#894eeb Border Color

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

This div border color is #894eeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #894eeb


Comments

No comments written yet.

Please login to write comment.