Color Hex Logo

#895492 Color Hex

#895492
(137,84,146)
0 Favorites   0 Comments

Color spaces of #895492

RGB 13784146
HSL0.810.270.45
HSV291°42°57°
CMYK 0.060.420.00   0.43
XYZ18.675213.734328.8608
Yxy13.73430.30480.2242
Hunter Lab37.059825.0951-20.2310
CIE-Lab43.849532.7063-25.2846

#895492 color RGB value is (137,84,146).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001001 01010100 10010010
Octal 211 124 222
Decimal 137 84 146
Hex 89 54 92

RGB Percentages of Color #895492

%37.33
%22.89
%39.78

CMYK Percentages of Color #895492

%6
%42
%0
%43

Triadic Colors of #895492

#895492 #928954 #549289

Analogous Colors of #895492

#895492 #92547c #6a5492

Monochromatic Colors of #895492

#895492

Complementary Color

#895492 #5d9254

#895492 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#895492 Color Preview on White Background

Lorem ipsum dolor sit amet.

#895492 Color CSS Codes

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

#895492 Text Font Color

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

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


#895492 Background Color

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

This div background color is #895492


#895492 Border Color

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

This div border color is #895492


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #895492


Comments

No comments written yet.

Please login to write comment.