Color Hex Logo

#896edb Color Hex

#896EDB
(137,110,219)
0 Favorites   0 Comments

Color spaces of #896edb

RGB 137110219
HSL0.710.600.65
HSV255°50°86°
CMYK 0.370.500.00   0.14
XYZ28.678621.584769.6726
Yxy21.58470.23910.1800
Hunter Lab46.459328.8813-56.3925
CIE-Lab53.583635.4298-52.3728

#896edb color RGB value is (137,110,219).

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

The process color (four color CMYK) of #896edb color hex is 0.37, 0.50, 0.00, 0.14. Web safe color of #896edb is #9966cc. Color #896edb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001001 01101110 11011011
Octal 211 156 333
Decimal 137 110 219
Hex 89 6E DB

RGB Percentages of Color #896edb

%29.40
%23.61
%47.00

CMYK Percentages of Color #896edb

%37
%50
%0
%14

Triadic Colors of #896edb

#896edb #db896e #6edb89

Analogous Colors of #896edb

#896edb #c06edb #6e8adb

Monochromatic Colors of #896edb

#896edb

Complementary Color

#896edb #c0db6e

#896edb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#896edb Color Preview on White Background

Lorem ipsum dolor sit amet.

#896edb Color CSS Codes

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

#896edb Text Font Color

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

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


#896edb Background Color

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

This div background color is #896edb


#896edb Border Color

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

This div border color is #896edb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #896edb


Comments

No comments written yet.

Please login to write comment.