Color Hex Logo

#895394 Color Hex

#895394
(137,83,148)
0 Favorites   0 Comments

Color spaces of #895394

RGB 13783148
HSL0.810.280.45
HSV290°44°58°
CMYK 0.070.440.00   0.42
XYZ18.755113.643029.6618
Yxy13.64300.30220.2198
Hunter Lab36.936425.9976-21.7573
CIE-Lab43.716533.6932-26.6914

#895394 color RGB value is (137,83,148).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001001 01010011 10010100
Octal 211 123 224
Decimal 137 83 148
Hex 89 53 94

RGB Percentages of Color #895394

%37.23
%22.55
%40.22

CMYK Percentages of Color #895394

%7
%44
%0
%42

Triadic Colors of #895394

#895394 #948953 #539489

Analogous Colors of #895394

#895394 #94537f #695394

Monochromatic Colors of #895394

#895394

Complementary Color

#895394 #5e9453

#895394 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#895394 Color Preview on White Background

Lorem ipsum dolor sit amet.

#895394 Color CSS Codes

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

#895394 Text Font Color

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

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


#895394 Background Color

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

This div background color is #895394


#895394 Border Color

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

This div border color is #895394


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(137,83,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 #895394">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #895394


Comments

No comments written yet.

Please login to write comment.