Color Hex Logo

#896887 Color Hex

#896887
(137,104,135)
0 Favorites   0 Comments

Color spaces of #896887

RGB 137104135
HSL0.840.140.47
HSV304°24°54°
CMYK 0.000.240.01   0.46
XYZ19.640016.968325.1617
Yxy16.96830.31800.2747
Hunter Lab41.192613.0190-7.3813
CIE-Lab48.220118.7893-12.0074

#896887 color RGB value is (137,104,135).

#896887 hex color red value is 137, green value is 104 and the blue value of its RGB is 135. Cylindrical-coordinate representations (also known as HSL) of color #896887 hue: 0.84 , saturation: 0.14 and the lightness value of 896887 is 0.47.

The process color (four color CMYK) of #896887 color hex is 0.00, 0.24, 0.01, 0.46. Web safe color of #896887 is #996699. Color #896887 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001001 01101000 10000111
Octal 211 150 207
Decimal 137 104 135
Hex 89 68 87

RGB Percentages of Color #896887

%36.44
%27.66
%35.90

CMYK Percentages of Color #896887

%0
%24
%1
%46

Triadic Colors of #896887

#896887 #878968 #688789

Analogous Colors of #896887

#896887 #896877 #7b6889

Monochromatic Colors of #896887

#896887

Complementary Color

#896887 #68896a

#896887 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#896887 Color Preview on White Background

Lorem ipsum dolor sit amet.

#896887 Color CSS Codes

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

#896887 Text Font Color

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

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


#896887 Background Color

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

This div background color is #896887


#896887 Border Color

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

This div border color is #896887


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(137,104,135, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #896887; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #896887;
  -webkit-box-shadow: 1px 1px 3px 2px #896887;
  box-shadow:         1px 1px 3px 2px #896887; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #896887


Comments

No comments written yet.

Please login to write comment.