Color Hex Logo

#894eff Color Hex

#894EFF
(137,78,255)
0 Favorites   0 Comments

Color spaces of #894eff

RGB 13778255
HSL0.721.000.65
HSV260°69°100°
CMYK 0.460.690.00   0.00
XYZ31.090917.987196.4409
Yxy17.98710.21370.1236
Hunter Lab42.411256.6356-105.1346
CIE-Lab49.480562.2665-79.1745

#894eff color RGB value is (137,78,255).

#894eff hex color red value is 137, green value is 78 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #894eff hue: 0.72 , saturation: 1.00 and the lightness value of 894eff is 0.65.

The process color (four color CMYK) of #894eff color hex is 0.46, 0.69, 0.00, 0.00. Web safe color of #894eff is #9966ff. Color #894eff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001001 01001110 11111111
Octal 211 116 377
Decimal 137 78 255
Hex 89 4E FF

RGB Percentages of Color #894eff

%29.15
%16.60
%54.26

CMYK Percentages of Color #894eff

%46
%69
%0
%0

Triadic Colors of #894eff

#894eff #ff894e #4eff89

Analogous Colors of #894eff

#894eff #e24eff #4e6cff

Monochromatic Colors of #894eff

#894eff

Complementary Color

#894eff #c4ff4e

#894eff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#894eff Color Preview on White Background

Lorem ipsum dolor sit amet.

#894eff Color CSS Codes

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

#894eff Text Font Color

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

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


#894eff Background Color

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

This div background color is #894eff


#894eff Border Color

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

This div border color is #894eff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #894eff


Comments

No comments written yet.

Please login to write comment.