Color Hex Logo

#895194 Color Hex

#895194
(137,81,148)
0 Favorites   0 Comments

Color spaces of #895194

RGB 13781148
HSL0.810.290.45
HSV290°45°58°
CMYK 0.070.450.00   0.42
XYZ18.604313.341329.6116
Yxy13.34130.30220.2167
Hunter Lab36.525726.9985-22.4987
CIE-Lab43.273134.8224-27.3829

#895194 color RGB value is (137,81,148).

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

The process color (four color CMYK) of #895194 color hex is 0.07, 0.45, 0.00, 0.42. Web safe color of #895194 is #996699. Color #895194 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001001 01010001 10010100
Octal 211 121 224
Decimal 137 81 148
Hex 89 51 94

RGB Percentages of Color #895194

%37.43
%22.13
%40.44

CMYK Percentages of Color #895194

%7
%45
%0
%42

Triadic Colors of #895194

#895194 #948951 #519489

Analogous Colors of #895194

#895194 #94517e #685194

Monochromatic Colors of #895194

#895194

Complementary Color

#895194 #5c9451

#895194 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#895194 Color Preview on White Background

Lorem ipsum dolor sit amet.

#895194 Color CSS Codes

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

#895194 Text Font Color

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

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


#895194 Background Color

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

This div background color is #895194


#895194 Border Color

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

This div border color is #895194


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #895194


Comments

No comments written yet.

Please login to write comment.