Color Hex Logo

#895381 Color Hex

#895381
(137,83,129)
0 Favorites   0 Comments

Color spaces of #895381

RGB 13783129
HSL0.860.250.43
HSV309°39°54°
CMYK 0.000.390.06   0.46
XYZ17.372213.089922.3799
Yxy13.08990.32880.2477
Hunter Lab36.180022.3938-11.3491
CIE-Lab42.898429.8817-16.4820

#895381 color RGB value is (137,83,129).

#895381 hex color red value is 137, green value is 83 and the blue value of its RGB is 129. Cylindrical-coordinate representations (also known as HSL) of color #895381 hue: 0.86 , saturation: 0.25 and the lightness value of 895381 is 0.43.

The process color (four color CMYK) of #895381 color hex is 0.00, 0.39, 0.06, 0.46. Web safe color of #895381 is #996699. Color #895381 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001001 01010011 10000001
Octal 211 123 201
Decimal 137 83 129
Hex 89 53 81

RGB Percentages of Color #895381

%39.26
%23.78
%36.96

CMYK Percentages of Color #895381

%0
%39
%6
%46

Triadic Colors of #895381

#895381 #818953 #538189

Analogous Colors of #895381

#895381 #895366 #765389

Monochromatic Colors of #895381

#895381

Complementary Color

#895381 #53895b

#895381 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#895381 Color Preview on White Background

Lorem ipsum dolor sit amet.

#895381 Color CSS Codes

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

#895381 Text Font Color

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

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


#895381 Background Color

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

This div background color is #895381


#895381 Border Color

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

This div border color is #895381


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #895381


Comments

No comments written yet.

Please login to write comment.