Color Hex Logo

#895168 Color Hex

#895168
(137,81,104)
0 Favorites   0 Comments

Color spaces of #895168

RGB 13781104
HSL0.930.260.43
HSV335°41°54°
CMYK 0.000.410.24   0.46
XYZ15.757612.202714.6215
Yxy12.20270.37010.2866
Hunter Lab34.932419.3877-0.3641
CIE-Lab41.536526.6738-3.2166

#895168 color RGB value is (137,81,104).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001001 01010001 01101000
Octal 211 121 150
Decimal 137 81 104
Hex 89 51 68

RGB Percentages of Color #895168

%42.55
%25.16
%32.30

CMYK Percentages of Color #895168

%0
%41
%24
%46

Triadic Colors of #895168

#895168 #688951 #516889

Analogous Colors of #895168

#895168 #895651 #895184

Monochromatic Colors of #895168

#895168

Complementary Color

#895168 #518972

#895168 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#895168 Color Preview on White Background

Lorem ipsum dolor sit amet.

#895168 Color CSS Codes

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

#895168 Text Font Color

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

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


#895168 Background Color

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

This div background color is #895168


#895168 Border Color

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

This div border color is #895168


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #895168


Comments

No comments written yet.

Please login to write comment.