Color Hex Logo

#896385 Color Hex

#896385
(137,99,133)
0 Favorites   0 Comments

Color spaces of #896385

RGB 13799133
HSL0.850.160.46
HSV306°28°54°
CMYK 0.000.280.03   0.46
XYZ19.012015.935524.2641
Yxy15.93550.32110.2691
Hunter Lab39.919315.1538-8.0947
CIE-Lab46.889821.3386-12.8239

#896385 color RGB value is (137,99,133).

#896385 hex color red value is 137, green value is 99 and the blue value of its RGB is 133. Cylindrical-coordinate representations (also known as HSL) of color #896385 hue: 0.85 , saturation: 0.16 and the lightness value of 896385 is 0.46.

The process color (four color CMYK) of #896385 color hex is 0.00, 0.28, 0.03, 0.46. Web safe color of #896385 is #996699. Color #896385 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001001 01100011 10000101
Octal 211 143 205
Decimal 137 99 133
Hex 89 63 85

RGB Percentages of Color #896385

%37.13
%26.83
%36.04

CMYK Percentages of Color #896385

%0
%28
%3
%46

Triadic Colors of #896385

#896385 #858963 #638589

Analogous Colors of #896385

#896385 #896372 #7a6389

Monochromatic Colors of #896385

#896385

Complementary Color

#896385 #638967

#896385 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#896385 Color Preview on White Background

Lorem ipsum dolor sit amet.

#896385 Color CSS Codes

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

#896385 Text Font Color

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

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


#896385 Background Color

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

This div background color is #896385


#896385 Border Color

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

This div border color is #896385


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #896385


Comments

No comments written yet.

Please login to write comment.