Color Hex Logo

#897ebc Color Hex

#897EBC
(137,126,188)
0 Favorites   0 Comments

Color spaces of #897ebc

RGB 137126188
HSL0.700.320.62
HSV251°33°74°
CMYK 0.270.330.00   0.26
XYZ26.854523.870950.7691
Yxy23.87090.26460.2352
Hunter Lab48.857912.6105-27.4088
CIE-Lab55.958317.9273-31.0213

#897ebc color RGB value is (137,126,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001001 01111110 10111100
Octal 211 176 274
Decimal 137 126 188
Hex 89 7E BC

RGB Percentages of Color #897ebc

%30.38
%27.94
%41.69

CMYK Percentages of Color #897ebc

%27
%33
%0
%26

Triadic Colors of #897ebc

#897ebc #bc897e #7ebc89

Analogous Colors of #897ebc

#897ebc #a87ebc #7e92bc

Monochromatic Colors of #897ebc

#897ebc

Complementary Color

#897ebc #b1bc7e

#897ebc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#897ebc Color Preview on White Background

Lorem ipsum dolor sit amet.

#897ebc Color CSS Codes

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

#897ebc Text Font Color

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

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


#897ebc Background Color

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

This div background color is #897ebc


#897ebc Border Color

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

This div border color is #897ebc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #897ebc


Comments

No comments written yet.

Please login to write comment.