Color Hex Logo

#897edb Color Hex

#897EDB
(137,126,219)
0 Favorites   0 Comments

Color spaces of #897edb

RGB 137126219
HSL0.690.560.68
HSV247°42°86°
CMYK 0.370.420.00   0.14
XYZ30.563625.354570.3009
Yxy25.35450.24210.2009
Hunter Lab50.353320.2284-47.5307
CIE-Lab57.419226.0890-46.2761

#897edb color RGB value is (137,126,219).

#897edb hex color red value is 137, green value is 126 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #897edb hue: 0.69 , saturation: 0.56 and the lightness value of 897edb is 0.68.

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

Base Numbers

BaseRedGreenBlue
Binary 10001001 01111110 11011011
Octal 211 176 333
Decimal 137 126 219
Hex 89 7E DB

RGB Percentages of Color #897edb

%28.42
%26.14
%45.44

CMYK Percentages of Color #897edb

%37
%42
%0
%14

Triadic Colors of #897edb

#897edb #db897e #7edb89

Analogous Colors of #897edb

#897edb #b87edb #7ea2db

Monochromatic Colors of #897edb

#897edb

Complementary Color

#897edb #d0db7e

#897edb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#897edb Color Preview on White Background

Lorem ipsum dolor sit amet.

#897edb Color CSS Codes

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

#897edb Text Font Color

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

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


#897edb Background Color

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

This div background color is #897edb


#897edb Border Color

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

This div border color is #897edb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #897edb


Comments

No comments written yet.

Please login to write comment.