Color Hex Logo

#895266 Color Hex

#895266
(137,82,102)
0 Favorites   0 Comments

Color spaces of #895266

RGB 13782102
HSL0.940.250.43
HSV338°40°54°
CMYK 0.000.400.26   0.46
XYZ15.732112.312314.1177
Yxy12.31230.37310.2920
Hunter Lab35.088918.62490.7074
CIE-Lab41.708225.7853-1.7304

#895266 color RGB value is (137,82,102).

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

The process color (four color CMYK) of #895266 color hex is 0.00, 0.40, 0.26, 0.46. Web safe color of #895266 is #996666. Color #895266 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001001 01010010 01100110
Octal 211 122 146
Decimal 137 82 102
Hex 89 52 66

RGB Percentages of Color #895266

%42.68
%25.55
%31.78

CMYK Percentages of Color #895266

%0
%40
%26
%46

Triadic Colors of #895266

#895266 #668952 #526689

Analogous Colors of #895266

#895266 #895a52 #895282

Monochromatic Colors of #895266

#895266

Complementary Color

#895266 #528975

#895266 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#895266 Color Preview on White Background

Lorem ipsum dolor sit amet.

#895266 Color CSS Codes

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

#895266 Text Font Color

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

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


#895266 Background Color

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

This div background color is #895266


#895266 Border Color

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

This div border color is #895266


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #895266


Comments

No comments written yet.

Please login to write comment.