Color Hex Logo

#896ecc Color Hex

#896ECC
(137,110,204)
0 Favorites   0 Comments

Color spaces of #896ecc

RGB 137110204
HSL0.710.480.62
HSV257°46°80°
CMYK 0.330.460.00   0.20
XYZ26.791520.829959.7352
Yxy20.82990.24960.1940
Hunter Lab45.639824.9136-45.6533
CIE-Lab52.762831.4442-45.1703

#896ecc color RGB value is (137,110,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001001 01101110 11001100
Octal 211 156 314
Decimal 137 110 204
Hex 89 6E CC

RGB Percentages of Color #896ecc

%30.38
%24.39
%45.23

CMYK Percentages of Color #896ecc

%33
%46
%0
%20

Triadic Colors of #896ecc

#896ecc #cc896e #6ecc89

Analogous Colors of #896ecc

#896ecc #b86ecc #6e82cc

Monochromatic Colors of #896ecc

#896ecc

Complementary Color

#896ecc #b1cc6e

#896ecc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#896ecc Color Preview on White Background

Lorem ipsum dolor sit amet.

#896ecc Color CSS Codes

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

#896ecc Text Font Color

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

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


#896ecc Background Color

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

This div background color is #896ecc


#896ecc Border Color

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

This div border color is #896ecc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #896ecc


Comments

No comments written yet.

Please login to write comment.