Color Hex Logo

#896ecb Color Hex

#896ECB
(137,110,203)
0 Favorites   0 Comments

Color spaces of #896ecb

RGB 137110203
HSL0.720.470.61
HSV257°46°80°
CMYK 0.330.460.00   0.20
XYZ26.672020.782059.1055
Yxy20.78200.25030.1950
Hunter Lab45.587324.6582-44.9605
CIE-Lab52.710131.1834-44.6839

#896ecb color RGB value is (137,110,203).

#896ecb hex color red value is 137, green value is 110 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #896ecb hue: 0.72 , saturation: 0.47 and the lightness value of 896ecb is 0.61.

The process color (four color CMYK) of #896ecb color hex is 0.33, 0.46, 0.00, 0.20. Web safe color of #896ecb is #9966cc. Color #896ecb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001001 01101110 11001011
Octal 211 156 313
Decimal 137 110 203
Hex 89 6E CB

RGB Percentages of Color #896ecb

%30.44
%24.44
%45.11

CMYK Percentages of Color #896ecb

%33
%46
%0
%20

Triadic Colors of #896ecb

#896ecb #cb896e #6ecb89

Analogous Colors of #896ecb

#896ecb #b86ecb #6e82cb

Monochromatic Colors of #896ecb

#896ecb

Complementary Color

#896ecb #b0cb6e

#896ecb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#896ecb Color Preview on White Background

Lorem ipsum dolor sit amet.

#896ecb Color CSS Codes

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

#896ecb Text Font Color

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

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


#896ecb Background Color

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

This div background color is #896ecb


#896ecb Border Color

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

This div border color is #896ecb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #896ecb


Comments

No comments written yet.

Please login to write comment.