Color Hex Logo

#895699 Color Hex

#895699
(137,86,153)
0 Favorites   0 Comments

Color spaces of #895699

RGB 13786153
HSL0.790.280.47
HSV286°44°60°
CMYK 0.100.440.00   0.40
XYZ19.394114.273831.8699
Yxy14.27380.29590.2178
Hunter Lab37.780725.5139-23.5676
CIE-Lab44.623133.0548-28.2690

#895699 color RGB value is (137,86,153).

#895699 hex color red value is 137, green value is 86 and the blue value of its RGB is 153. Cylindrical-coordinate representations (also known as HSL) of color #895699 hue: 0.79 , saturation: 0.28 and the lightness value of 895699 is 0.47.

The process color (four color CMYK) of #895699 color hex is 0.10, 0.44, 0.00, 0.40. Web safe color of #895699 is #996699. Color #895699 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001001 01010110 10011001
Octal 211 126 231
Decimal 137 86 153
Hex 89 56 99

RGB Percentages of Color #895699

%36.44
%22.87
%40.69

CMYK Percentages of Color #895699

%10
%44
%0
%40

Triadic Colors of #895699

#895699 #998956 #569989

Analogous Colors of #895699

#895699 #995688 #685699

Monochromatic Colors of #895699

#895699

Complementary Color

#895699 #669956

#895699 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#895699 Color Preview on White Background

Lorem ipsum dolor sit amet.

#895699 Color CSS Codes

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

#895699 Text Font Color

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

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


#895699 Background Color

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

This div background color is #895699


#895699 Border Color

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

This div border color is #895699


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #895699


Comments

No comments written yet.

Please login to write comment.