Color Hex Logo

#896cdb Color Hex

#896CDB
(137,108,219)
0 Favorites   0 Comments

Color spaces of #896cdb

RGB 137108219
HSL0.710.610.64
HSV256°51°86°
CMYK 0.370.510.00   0.14
XYZ28.465321.158069.6014
Yxy21.15800.23880.1775
Hunter Lab45.997829.9668-57.5159
CIE-Lab53.122036.5858-53.1099

#896cdb color RGB value is (137,108,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001001 01101100 11011011
Octal 211 154 333
Decimal 137 108 219
Hex 89 6C DB

RGB Percentages of Color #896cdb

%29.53
%23.28
%47.20

CMYK Percentages of Color #896cdb

%37
%51
%0
%14

Triadic Colors of #896cdb

#896cdb #db896c #6cdb89

Analogous Colors of #896cdb

#896cdb #c16cdb #6c87db

Monochromatic Colors of #896cdb

#896cdb

Complementary Color

#896cdb #bedb6c

#896cdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#896cdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#896cdb Color CSS Codes

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

#896cdb Text Font Color

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

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


#896cdb Background Color

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

This div background color is #896cdb


#896cdb Border Color

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

This div border color is #896cdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #896cdb


Comments

No comments written yet.

Please login to write comment.