Color Hex Logo

#895882 Color Hex

#895882
(137,88,130)
0 Favorites   0 Comments

Color spaces of #895882

RGB 13788130
HSL0.860.220.44
HSV309°36°54°
CMYK 0.000.360.05   0.46
XYZ17.835513.909522.8639
Yxy13.90950.32660.2547
Hunter Lab37.295420.0956-10.2408
CIE-Lab44.102927.1904-15.2502

#895882 color RGB value is (137,88,130).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001001 01011000 10000010
Octal 211 130 202
Decimal 137 88 130
Hex 89 58 82

RGB Percentages of Color #895882

%38.59
%24.79
%36.62

CMYK Percentages of Color #895882

%0
%36
%5
%46

Triadic Colors of #895882

#895882 #828958 #588289

Analogous Colors of #895882

#895882 #89586a #785889

Monochromatic Colors of #895882

#895882

Complementary Color

#895882 #58895f

#895882 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#895882 Color Preview on White Background

Lorem ipsum dolor sit amet.

#895882 Color CSS Codes

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

#895882 Text Font Color

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

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


#895882 Background Color

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

This div background color is #895882


#895882 Border Color

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

This div border color is #895882


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #895882


Comments

No comments written yet.

Please login to write comment.