Color Hex Logo

#897ebb Color Hex

#897EBB
(137,126,187)
0 Favorites   0 Comments

Color spaces of #897ebb

RGB 137126187
HSL0.700.310.61
HSV251°33°73°
CMYK 0.270.330.00   0.27
XYZ26.747023.827950.2032
Yxy23.82790.26540.2364
Hunter Lab48.813812.3829-26.8079
CIE-Lab55.915117.6753-30.5175

#897ebb color RGB value is (137,126,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001001 01111110 10111011
Octal 211 176 273
Decimal 137 126 187
Hex 89 7E BB

RGB Percentages of Color #897ebb

%30.44
%28.00
%41.56

CMYK Percentages of Color #897ebb

%27
%33
%0
%27

Triadic Colors of #897ebb

#897ebb #bb897e #7ebb89

Analogous Colors of #897ebb

#897ebb #a87ebb #7e92bb

Monochromatic Colors of #897ebb

#897ebb

Complementary Color

#897ebb #b0bb7e

#897ebb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#897ebb Color Preview on White Background

Lorem ipsum dolor sit amet.

#897ebb Color CSS Codes

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

#897ebb Text Font Color

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

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


#897ebb Background Color

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

This div background color is #897ebb


#897ebb Border Color

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

This div border color is #897ebb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #897ebb

#897ebb Color Palettes


Comments

No comments written yet.

Please login to write comment.