Color Hex Logo

#895886 Color Hex

#895886
(137,88,134)
0 Favorites   0 Comments

Color spaces of #895886

RGB 13788134
HSL0.840.220.44
HSV304°36°54°
CMYK 0.000.360.02   0.46
XYZ18.109314.019024.3057
Yxy14.01900.32090.2484
Hunter Lab37.442020.8105-12.2791
CIE-Lab44.260227.9698-17.4270

#895886 color RGB value is (137,88,134).

#895886 hex color red value is 137, green value is 88 and the blue value of its RGB is 134. Cylindrical-coordinate representations (also known as HSL) of color #895886 hue: 0.84 , saturation: 0.22 and the lightness value of 895886 is 0.44.

The process color (four color CMYK) of #895886 color hex is 0.00, 0.36, 0.02, 0.46. Web safe color of #895886 is #996699. Color #895886 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001001 01011000 10000110
Octal 211 130 206
Decimal 137 88 134
Hex 89 58 86

RGB Percentages of Color #895886

%38.16
%24.51
%37.33

CMYK Percentages of Color #895886

%0
%36
%2
%46

Triadic Colors of #895886

#895886 #868958 #588689

Analogous Colors of #895886

#895886 #89586e #745889

Monochromatic Colors of #895886

#895886

Complementary Color

#895886 #58895b

#895886 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#895886 Color Preview on White Background

Lorem ipsum dolor sit amet.

#895886 Color CSS Codes

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

#895886 Text Font Color

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

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


#895886 Background Color

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

This div background color is #895886


#895886 Border Color

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

This div border color is #895886


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #895886


Comments

No comments written yet.

Please login to write comment.