Color Hex Logo

#897ebd Color Hex

#897EBD
(137,126,189)
0 Favorites   0 Comments

Color spaces of #897ebd

RGB 137126189
HSL0.700.320.62
HSV250°33°74°
CMYK 0.280.330.00   0.26
XYZ26.962723.914251.3389
Yxy23.91420.26380.2340
Hunter Lab48.902112.8390-28.0129
CIE-Lab56.001818.1800-31.5244

#897ebd color RGB value is (137,126,189).

#897ebd hex color red value is 137, green value is 126 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #897ebd hue: 0.70 , saturation: 0.32 and the lightness value of 897ebd is 0.62.

The process color (four color CMYK) of #897ebd color hex is 0.28, 0.33, 0.00, 0.26. Web safe color of #897ebd is #9966cc. Color #897ebd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001001 01111110 10111101
Octal 211 176 275
Decimal 137 126 189
Hex 89 7E BD

RGB Percentages of Color #897ebd

%30.31
%27.88
%41.81

CMYK Percentages of Color #897ebd

%28
%33
%0
%26

Triadic Colors of #897ebd

#897ebd #bd897e #7ebd89

Analogous Colors of #897ebd

#897ebd #a97ebd #7e93bd

Monochromatic Colors of #897ebd

#897ebd

Complementary Color

#897ebd #b2bd7e

#897ebd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#897ebd Color Preview on White Background

Lorem ipsum dolor sit amet.

#897ebd Color CSS Codes

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

#897ebd Text Font Color

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

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


#897ebd Background Color

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

This div background color is #897ebd


#897ebd Border Color

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

This div border color is #897ebd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #897ebd


Comments

No comments written yet.

Please login to write comment.