Color Hex Logo

#895276 Color Hex

#895276
(137,82,118)
0 Favorites   0 Comments

Color spaces of #895276

RGB 13782118
HSL0.890.250.43
HSV321°40°54°
CMYK 0.000.400.14   0.46
XYZ16.603812.661018.7082
Yxy12.66100.34610.2639
Hunter Lab35.582321.0246-6.2655
CIE-Lab42.248028.4385-10.7595

#895276 color RGB value is (137,82,118).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001001 01010010 01110110
Octal 211 122 166
Decimal 137 82 118
Hex 89 52 76

RGB Percentages of Color #895276

%40.65
%24.33
%35.01

CMYK Percentages of Color #895276

%0
%40
%14
%46

Triadic Colors of #895276

#895276 #768952 #527689

Analogous Colors of #895276

#895276 #89525a #815289

Monochromatic Colors of #895276

#895276

Complementary Color

#895276 #528965

#895276 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#895276 Color Preview on White Background

Lorem ipsum dolor sit amet.

#895276 Color CSS Codes

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

#895276 Text Font Color

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

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


#895276 Background Color

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

This div background color is #895276


#895276 Border Color

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

This div border color is #895276


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #895276


Comments

No comments written yet.

Please login to write comment.