Color Hex Logo

#895291 Color Hex

#895291
(137,82,145)
0 Favorites   0 Comments

Color spaces of #895291

RGB 13782145
HSL0.810.280.45
HSV292°43°57°
CMYK 0.060.430.00   0.43
XYZ18.444713.397328.4019
Yxy13.39730.30620.2224
Hunter Lab36.602325.8959-20.3850
CIE-Lab43.355933.6329-25.4510

#895291 color RGB value is (137,82,145).

#895291 hex color red value is 137, green value is 82 and the blue value of its RGB is 145. Cylindrical-coordinate representations (also known as HSL) of color #895291 hue: 0.81 , saturation: 0.28 and the lightness value of 895291 is 0.45.

The process color (four color CMYK) of #895291 color hex is 0.06, 0.43, 0.00, 0.43. Web safe color of #895291 is #996699. Color #895291 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001001 01010010 10010001
Octal 211 122 221
Decimal 137 82 145
Hex 89 52 91

RGB Percentages of Color #895291

%37.64
%22.53
%39.84

CMYK Percentages of Color #895291

%6
%43
%0
%43

Triadic Colors of #895291

#895291 #918952 #529189

Analogous Colors of #895291

#895291 #91527a #6a5291

Monochromatic Colors of #895291

#895291

Complementary Color

#895291 #5a9152

#895291 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#895291 Color Preview on White Background

Lorem ipsum dolor sit amet.

#895291 Color CSS Codes

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

#895291 Text Font Color

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

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


#895291 Background Color

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

This div background color is #895291


#895291 Border Color

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

This div border color is #895291


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #895291


Comments

No comments written yet.

Please login to write comment.