Color Hex Logo

#897ed9 Color Hex

#897ED9
(137,126,217)
0 Favorites   0 Comments

Color spaces of #897ed9

RGB 137126217
HSL0.690.540.67
HSV247°42°85°
CMYK 0.370.420.00   0.15
XYZ30.301825.249868.9223
Yxy25.24980.24340.2029
Hunter Lab50.249219.7049-46.1484
CIE-Lab57.318025.5443-45.3132

#897ed9 color RGB value is (137,126,217).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001001 01111110 11011001
Octal 211 176 331
Decimal 137 126 217
Hex 89 7E D9

RGB Percentages of Color #897ed9

%28.54
%26.25
%45.21

CMYK Percentages of Color #897ed9

%37
%42
%0
%15

Triadic Colors of #897ed9

#897ed9 #d9897e #7ed989

Analogous Colors of #897ed9

#897ed9 #b77ed9 #7ea1d9

Monochromatic Colors of #897ed9

#897ed9

Complementary Color

#897ed9 #ced97e

#897ed9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#897ed9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#897ed9 Color CSS Codes

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

#897ed9 Text Font Color

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

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


#897ed9 Background Color

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

This div background color is #897ed9


#897ed9 Border Color

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

This div border color is #897ed9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #897ed9


Comments

No comments written yet.

Please login to write comment.