Color Hex Logo

#896efc Color Hex

#896EFC
(137,110,252)
0 Favorites   0 Comments

Color spaces of #896efc

RGB 137110252
HSL0.700.960.71
HSV251°56°99°
CMYK 0.460.560.00   0.01
XYZ33.463123.498594.8674
Yxy23.49850.22040.1548
Hunter Lab48.475338.3892-82.0995
CIE-Lab55.582144.5142-67.6040

#896efc color RGB value is (137,110,252).

#896efc hex color red value is 137, green value is 110 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #896efc hue: 0.70 , saturation: 0.96 and the lightness value of 896efc is 0.71.

The process color (four color CMYK) of #896efc color hex is 0.46, 0.56, 0.00, 0.01. Web safe color of #896efc is #9966ff. Color #896efc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001001 01101110 11111100
Octal 211 156 374
Decimal 137 110 252
Hex 89 6E FC

RGB Percentages of Color #896efc

%27.45
%22.04
%50.50

CMYK Percentages of Color #896efc

%46
%56
%0
%1

Triadic Colors of #896efc

#896efc #fc896e #6efc89

Analogous Colors of #896efc

#896efc #d06efc #6e9afc

Monochromatic Colors of #896efc

#896efc

Complementary Color

#896efc #e1fc6e

#896efc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#896efc Color Preview on White Background

Lorem ipsum dolor sit amet.

#896efc Color CSS Codes

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

#896efc Text Font Color

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

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


#896efc Background Color

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

This div background color is #896efc


#896efc Border Color

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

This div border color is #896efc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #896efc


Comments

No comments written yet.

Please login to write comment.