Color Hex Logo

#897ecb Color Hex

#897ECB
(137,126,203)
0 Favorites   0 Comments

Color spaces of #897ecb

RGB 137126203
HSL0.690.430.65
HSV249°38°80°
CMYK 0.330.380.00   0.20
XYZ28.556924.551959.7338
Yxy24.55190.25310.2176
Hunter Lab49.549916.1620-36.7909
CIE-Lab56.636221.7969-38.4908

#897ecb color RGB value is (137,126,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001001 01111110 11001011
Octal 211 176 313
Decimal 137 126 203
Hex 89 7E CB

RGB Percentages of Color #897ecb

%29.40
%27.04
%43.56

CMYK Percentages of Color #897ecb

%33
%38
%0
%20

Triadic Colors of #897ecb

#897ecb #cb897e #7ecb89

Analogous Colors of #897ecb

#897ecb #b07ecb #7e9acb

Monochromatic Colors of #897ecb

#897ecb

Complementary Color

#897ecb #c0cb7e

#897ecb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#897ecb Color Preview on White Background

Lorem ipsum dolor sit amet.

#897ecb Color CSS Codes

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

#897ecb Text Font Color

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

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


#897ecb Background Color

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

This div background color is #897ecb


#897ecb Border Color

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

This div border color is #897ecb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #897ecb


Comments

No comments written yet.

Please login to write comment.