Color Hex Logo

#895ade Color Hex

#895ADE
(137,90,222)
0 Favorites   0 Comments

Color spaces of #895ade

RGB 13790222
HSL0.730.670.61
HSV261°59°87°
CMYK 0.380.590.00   0.13
XYZ27.157517.904671.1318
Yxy17.90460.23370.1541
Hunter Lab42.313840.5141-70.0500
CIE-Lab49.380247.5106-60.8149

#895ade color RGB value is (137,90,222).

#895ade hex color red value is 137, green value is 90 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #895ade hue: 0.73 , saturation: 0.67 and the lightness value of 895ade is 0.61.

The process color (four color CMYK) of #895ade color hex is 0.38, 0.59, 0.00, 0.13. Web safe color of #895ade is #9966cc. Color #895ade contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001001 01011010 11011110
Octal 211 132 336
Decimal 137 90 222
Hex 89 5A DE

RGB Percentages of Color #895ade

%30.51
%20.04
%49.44

CMYK Percentages of Color #895ade

%38
%59
%0
%13

Triadic Colors of #895ade

#895ade #de895a #5ade89

Analogous Colors of #895ade

#895ade #cb5ade #5a6dde

Monochromatic Colors of #895ade

#895ade

Complementary Color

#895ade #afde5a

#895ade Color Preview on Black Background

Lorem ipsum dolor sit amet.

#895ade Color Preview on White Background

Lorem ipsum dolor sit amet.

#895ade Color CSS Codes

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

#895ade Text Font Color

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

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


#895ade Background Color

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

This div background color is #895ade


#895ade Border Color

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

This div border color is #895ade


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #895ade


Comments

No comments written yet.

Please login to write comment.