color codes Logo

#897ecc color codes

#897ECC
(137,126,204)
0 Favorites   0 Comments

Color spaces of #897ecc

RGB 137126204
HSL0.690.430.65
HSV248°38°80°
CMYK 0.330.380.00   0.20
XYZ28.676524.599760.3635
Yxy24.59970.25230.2165
Hunter Lab49.598116.4080-37.4404
CIE-Lab56.683322.0607-38.9829

#897ecc color RGB value is (137,126,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001001 01111110 11001100
Octal 211 176 314
Decimal 137 126 204
Hex 89 7E CC

RGB Percentages of Color #897ecc

%29.34
%26.98
%43.68

CMYK Percentages of Color #897ecc

%33
%38
%0
%20

Triadic Colors of #897ecc

#897ecc #cc897e #7ecc89

Analogous Colors of #897ecc

#897ecc #b07ecc #7e9acc

Monochromatic Colors of #897ecc

#897ecc

Complementary Color

#897ecc #c1cc7e

#897ecc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#897ecc Color Preview on White Background

Lorem ipsum dolor sit amet.

#897ecc Color CSS Codes

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

#897ecc Text Font Color

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

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


#897ecc Background Color

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

This div background color is #897ecc


#897ecc Border Color

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

This div border color is #897ecc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #897ecc


Comments

No comments written yet.

Please login to write comment.