Color Hex Logo

#896fef Color Hex

#896FEF
(137,111,239)
0 Favorites   0 Comments

Color spaces of #896fef

RGB 137111239
HSL0.700.800.69
HSV252°54°94°
CMYK 0.430.540.00   0.06
XYZ31.581022.919284.4207
Yxy22.91920.22730.1650
Hunter Lab47.874033.9714-71.0398
CIE-Lab54.989040.3235-61.3406

#896fef color RGB value is (137,111,239).

#896fef hex color red value is 137, green value is 111 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #896fef hue: 0.70 , saturation: 0.80 and the lightness value of 896fef is 0.69.

The process color (four color CMYK) of #896fef color hex is 0.43, 0.54, 0.00, 0.06. Web safe color of #896fef is #9966ff. Color #896fef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001001 01101111 11101111
Octal 211 157 357
Decimal 137 111 239
Hex 89 6F EF

RGB Percentages of Color #896fef

%28.13
%22.79
%49.08

CMYK Percentages of Color #896fef

%43
%54
%0
%6

Triadic Colors of #896fef

#896fef #ef896f #6fef89

Analogous Colors of #896fef

#896fef #c96fef #6f95ef

Monochromatic Colors of #896fef

#896fef

Complementary Color

#896fef #d5ef6f

#896fef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#896fef Color Preview on White Background

Lorem ipsum dolor sit amet.

#896fef Color CSS Codes

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

#896fef Text Font Color

<p style="color:#896fef">Text here</p>

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


#896fef Background Color

<div style="background-color:#896fef">
Div content here</div>

This div background color is #896fef


#896fef Border Color

<div style="border:3px solid #896fef">
Div here</div>

This div border color is #896fef


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(137,111,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 #896fef">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #896fef


Comments

No comments written yet.

Please login to write comment.