Color Hex Logo

#896efd Color Hex

#896EFD
(137,110,253)
0 Favorites   0 Comments

Color spaces of #896efd

RGB 137110253
HSL0.700.970.71
HSV251°57°99°
CMYK 0.460.570.00   0.01
XYZ33.622123.562195.7044
Yxy23.56210.21990.1541
Hunter Lab48.540838.6928-82.9192
CIE-Lab55.646744.7944-68.0529

#896efd color RGB value is (137,110,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001001 01101110 11111101
Octal 211 156 375
Decimal 137 110 253
Hex 89 6E FD

RGB Percentages of Color #896efd

%27.40
%22.00
%50.60

CMYK Percentages of Color #896efd

%46
%57
%0
%1

Triadic Colors of #896efd

#896efd #fd896e #6efd89

Analogous Colors of #896efd

#896efd #d16efd #6e9bfd

Monochromatic Colors of #896efd

#896efd

Complementary Color

#896efd #e2fd6e

#896efd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#896efd Color Preview on White Background

Lorem ipsum dolor sit amet.

#896efd Color CSS Codes

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

#896efd Text Font Color

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

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


#896efd Background Color

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

This div background color is #896efd


#896efd Border Color

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

This div border color is #896efd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #896efd


Comments

No comments written yet.

Please login to write comment.