Color Hex Logo

#895273 Color Hex

#895273
(137,82,115)
0 Favorites   0 Comments

Color spaces of #895273

RGB 13782115
HSL0.900.250.43
HSV324°40°54°
CMYK 0.000.400.16   0.46
XYZ16.428312.590817.7840
Yxy12.59080.35100.2690
Hunter Lab35.483520.5465-4.8771
CIE-Lab42.140127.9151-9.0835

#895273 color RGB value is (137,82,115).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001001 01010010 01110011
Octal 211 122 163
Decimal 137 82 115
Hex 89 52 73

RGB Percentages of Color #895273

%41.02
%24.55
%34.43

CMYK Percentages of Color #895273

%0
%40
%16
%46

Triadic Colors of #895273

#895273 #738952 #527389

Analogous Colors of #895273

#895273 #895258 #845289

Monochromatic Colors of #895273

#895273

Complementary Color

#895273 #528968

#895273 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#895273 Color Preview on White Background

Lorem ipsum dolor sit amet.

#895273 Color CSS Codes

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

#895273 Text Font Color

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

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


#895273 Background Color

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

This div background color is #895273


#895273 Border Color

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

This div border color is #895273


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #895273


Comments

No comments written yet.

Please login to write comment.