Color Hex Logo

#896580 Color Hex

#896580
(137,101,128)
0 Favorites   0 Comments

Color spaces of #896580

RGB 137101128
HSL0.880.150.47
HSV315°26°54°
CMYK 0.000.260.07   0.46
XYZ18.866516.184222.5516
Yxy16.18420.32750.2810
Hunter Lab40.229613.3095-5.0756
CIE-Lab47.215219.1878-9.3403

#896580 color RGB value is (137,101,128).

#896580 hex color red value is 137, green value is 101 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #896580 hue: 0.88 , saturation: 0.15 and the lightness value of 896580 is 0.47.

The process color (four color CMYK) of #896580 color hex is 0.00, 0.26, 0.07, 0.46. Web safe color of #896580 is #996699. Color #896580 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001001 01100101 10000000
Octal 211 145 200
Decimal 137 101 128
Hex 89 65 80

RGB Percentages of Color #896580

%37.43
%27.60
%34.97

CMYK Percentages of Color #896580

%0
%26
%7
%46

Triadic Colors of #896580

#896580 #808965 #658089

Analogous Colors of #896580

#896580 #89656e #806589

Monochromatic Colors of #896580

#896580

Complementary Color

#896580 #65896e

#896580 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#896580 Color Preview on White Background

Lorem ipsum dolor sit amet.

#896580 Color CSS Codes

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

#896580 Text Font Color

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

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


#896580 Background Color

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

This div background color is #896580


#896580 Border Color

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

This div border color is #896580


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #896580


Comments

No comments written yet.

Please login to write comment.