Color Hex Logo

#895171 Color Hex

#895171
(137,81,113)
0 Favorites   0 Comments

Color spaces of #895171

RGB 13781113
HSL0.900.260.43
HSV326°41°54°
CMYK 0.000.410.18   0.46
XYZ16.239612.395517.1594
Yxy12.39550.35460.2707
Hunter Lab35.207220.7218-4.2518
CIE-Lab41.837928.1471-8.3094

#895171 color RGB value is (137,81,113).

#895171 hex color red value is 137, green value is 81 and the blue value of its RGB is 113. Cylindrical-coordinate representations (also known as HSL) of color #895171 hue: 0.90 , saturation: 0.26 and the lightness value of 895171 is 0.43.

The process color (four color CMYK) of #895171 color hex is 0.00, 0.41, 0.18, 0.46. Web safe color of #895171 is #996666. Color #895171 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001001 01010001 01110001
Octal 211 121 161
Decimal 137 81 113
Hex 89 51 71

RGB Percentages of Color #895171

%41.39
%24.47
%34.14

CMYK Percentages of Color #895171

%0
%41
%18
%46

Triadic Colors of #895171

#895171 #718951 #517189

Analogous Colors of #895171

#895171 #895155 #855189

Monochromatic Colors of #895171

#895171

Complementary Color

#895171 #518969

#895171 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#895171 Color Preview on White Background

Lorem ipsum dolor sit amet.

#895171 Color CSS Codes

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

#895171 Text Font Color

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

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


#895171 Background Color

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

This div background color is #895171


#895171 Border Color

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

This div border color is #895171


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #895171


Comments

No comments written yet.

Please login to write comment.