Color Hex Logo

#895edb Color Hex

#895EDB
(137,94,219)
0 Favorites   0 Comments

Color spaces of #895edb

RGB 13794219
HSL0.720.630.61
HSV261°57°86°
CMYK 0.370.570.00   0.14
XYZ27.105418.438269.1482
Yxy18.43820.23630.1608
Hunter Lab42.939737.5324-65.4201
CIE-Lab50.023344.5277-58.0776

#895edb color RGB value is (137,94,219).

#895edb hex color red value is 137, green value is 94 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #895edb hue: 0.72 , saturation: 0.63 and the lightness value of 895edb is 0.61.

The process color (four color CMYK) of #895edb color hex is 0.37, 0.57, 0.00, 0.14. Web safe color of #895edb is #9966cc. Color #895edb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001001 01011110 11011011
Octal 211 136 333
Decimal 137 94 219
Hex 89 5E DB

RGB Percentages of Color #895edb

%30.44
%20.89
%48.67

CMYK Percentages of Color #895edb

%37
%57
%0
%14

Triadic Colors of #895edb

#895edb #db895e #5edb89

Analogous Colors of #895edb

#895edb #c85edb #5e72db

Monochromatic Colors of #895edb

#895edb

Complementary Color

#895edb #b0db5e

#895edb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#895edb Color Preview on White Background

Lorem ipsum dolor sit amet.

#895edb Color CSS Codes

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

#895edb Text Font Color

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

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


#895edb Background Color

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

This div background color is #895edb


#895edb Border Color

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

This div border color is #895edb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #895edb


Comments

No comments written yet.

Please login to write comment.