Color Hex Logo

#896fcc Color Hex

#896FCC
(137,111,204)
0 Favorites   0 Comments

Color spaces of #896fcc

RGB 137111204
HSL0.710.480.62
HSV257°46°80°
CMYK 0.330.460.00   0.20
XYZ26.900121.046959.7714
Yxy21.04690.24970.1954
Hunter Lab45.876924.3796-45.1330
CIE-Lab53.000830.8609-44.7931

#896fcc color RGB value is (137,111,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001001 01101111 11001100
Octal 211 157 314
Decimal 137 111 204
Hex 89 6F CC

RGB Percentages of Color #896fcc

%30.31
%24.56
%45.13

CMYK Percentages of Color #896fcc

%33
%46
%0
%20

Triadic Colors of #896fcc

#896fcc #cc896f #6fcc89

Analogous Colors of #896fcc

#896fcc #b86fcc #6f84cc

Monochromatic Colors of #896fcc

#896fcc

Complementary Color

#896fcc #b2cc6f

#896fcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#896fcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#896fcc Color CSS Codes

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

#896fcc Text Font Color

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

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


#896fcc Background Color

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

This div background color is #896fcc


#896fcc Border Color

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

This div border color is #896fcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #896fcc


Comments

No comments written yet.

Please login to write comment.