Color Hex Logo

#894ffe Color Hex

#894FFE
(137,79,254)
0 Favorites   0 Comments

Color spaces of #894ffe

RGB 13779254
HSL0.720.990.65
HSV260°69°100°
CMYK 0.460.690.00   0.00
XYZ31.001918.066195.6191
Yxy18.06610.21430.1249
Hunter Lab42.504255.8126-103.6280
CIE-Lab49.576261.5248-78.4623

#894ffe color RGB value is (137,79,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001001 01001111 11111110
Octal 211 117 376
Decimal 137 79 254
Hex 89 4F FE

RGB Percentages of Color #894ffe

%29.15
%16.81
%54.04

CMYK Percentages of Color #894ffe

%46
%69
%0
%0

Triadic Colors of #894ffe

#894ffe #fe894f #4ffe89

Analogous Colors of #894ffe

#894ffe #e14ffe #4f6dfe

Monochromatic Colors of #894ffe

#894ffe

Complementary Color

#894ffe #c4fe4f

#894ffe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#894ffe Color Preview on White Background

Lorem ipsum dolor sit amet.

#894ffe Color CSS Codes

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

#894ffe Text Font Color

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

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


#894ffe Background Color

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

This div background color is #894ffe


#894ffe Border Color

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

This div border color is #894ffe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #894ffe


Comments

No comments written yet.

Please login to write comment.