Color Hex Logo

#894bef Color Hex

#894BEF
(137,75,239)
0 Favorites   0 Comments

Color spaces of #894bef

RGB 13775239
HSL0.730.840.62
HSV263°69°94°
CMYK 0.430.690.00   0.06
XYZ28.412616.582583.3646
Yxy16.58250.22140.1292
Hunter Lab40.721653.2816-92.8723
CIE-Lab47.729659.6222-73.0874

#894bef color RGB value is (137,75,239).

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

The process color (four color CMYK) of #894bef color hex is 0.43, 0.69, 0.00, 0.06. Web safe color of #894bef is #9933ff. Color #894bef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001001 01001011 11101111
Octal 211 113 357
Decimal 137 75 239
Hex 89 4B EF

RGB Percentages of Color #894bef

%30.38
%16.63
%52.99

CMYK Percentages of Color #894bef

%43
%69
%0
%6

Triadic Colors of #894bef

#894bef #ef894b #4bef89

Analogous Colors of #894bef

#894bef #db4bef #4b5fef

Monochromatic Colors of #894bef

#894bef

Complementary Color

#894bef #b1ef4b

#894bef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#894bef Color Preview on White Background

Lorem ipsum dolor sit amet.

#894bef Color CSS Codes

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

#894bef Text Font Color

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

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


#894bef Background Color

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

This div background color is #894bef


#894bef Border Color

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

This div border color is #894bef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #894bef


Comments

No comments written yet.

Please login to write comment.