Color Hex Logo

#895aaa Color Hex

#895AAA
(137,90,170)
0 Favorites   0 Comments

Color spaces of #895aaa

RGB 13790170
HSL0.760.320.51
HSV275°47°67°
CMYK 0.190.470.00   0.33
XYZ21.228415.533039.9095
Yxy15.53300.27690.2026
Hunter Lab39.411927.1744-32.4502
CIE-Lab46.355734.5885-35.6217

#895aaa color RGB value is (137,90,170).

#895aaa hex color red value is 137, green value is 90 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #895aaa hue: 0.76 , saturation: 0.32 and the lightness value of 895aaa is 0.51.

The process color (four color CMYK) of #895aaa color hex is 0.19, 0.47, 0.00, 0.33. Web safe color of #895aaa is #996699. Color #895aaa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001001 01011010 10101010
Octal 211 132 252
Decimal 137 90 170
Hex 89 5A AA

RGB Percentages of Color #895aaa

%34.51
%22.67
%42.82

CMYK Percentages of Color #895aaa

%19
%47
%0
%33

Triadic Colors of #895aaa

#895aaa #aa895a #5aaa89

Analogous Colors of #895aaa

#895aaa #aa5aa3 #615aaa

Monochromatic Colors of #895aaa

#895aaa

Complementary Color

#895aaa #7baa5a

#895aaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#895aaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#895aaa Color CSS Codes

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

#895aaa Text Font Color

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

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


#895aaa Background Color

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

This div background color is #895aaa


#895aaa Border Color

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

This div border color is #895aaa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(137,90,170, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #895aaa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #895aaa;
  -webkit-box-shadow: 1px 1px 3px 2px #895aaa;
  box-shadow:         1px 1px 3px 2px #895aaa; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #895aaa


Comments

No comments written yet.

Please login to write comment.