Color Hex Logo

#895aeb Color Hex

#895AEB
(137,90,235)
0 Favorites   0 Comments

Color spaces of #895aeb

RGB 13790235
HSL0.720.780.64
HSV259°62°92°
CMYK 0.420.620.00   0.08
XYZ28.968118.628980.6662
Yxy18.62890.22580.1452
Hunter Lab43.161244.2700-80.5973
CIE-Lab50.250250.9225-66.7458

#895aeb color RGB value is (137,90,235).

#895aeb hex color red value is 137, green value is 90 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #895aeb hue: 0.72 , saturation: 0.78 and the lightness value of 895aeb is 0.64.

The process color (four color CMYK) of #895aeb color hex is 0.42, 0.62, 0.00, 0.08. Web safe color of #895aeb is #9966ff. Color #895aeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001001 01011010 11101011
Octal 211 132 353
Decimal 137 90 235
Hex 89 5A EB

RGB Percentages of Color #895aeb

%29.65
%19.48
%50.87

CMYK Percentages of Color #895aeb

%42
%62
%0
%8

Triadic Colors of #895aeb

#895aeb #eb895a #5aeb89

Analogous Colors of #895aeb

#895aeb #d25aeb #5a74eb

Monochromatic Colors of #895aeb

#895aeb

Complementary Color

#895aeb #bceb5a

#895aeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#895aeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#895aeb Color CSS Codes

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

#895aeb Text Font Color

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

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


#895aeb Background Color

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

This div background color is #895aeb


#895aeb Border Color

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

This div border color is #895aeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #895aeb


Comments

No comments written yet.

Please login to write comment.