Color Hex Logo

#898ecf Color Hex

#898ECF
(137,142,207)
0 Favorites   0 Comments

Color spaces of #898ecf

RGB 137142207
HSL0.650.420.67
HSV236°34°81°
CMYK 0.340.310.00   0.19
XYZ31.252029.169463.0146
Yxy29.16940.25320.2363
Hunter Lab54.00878.7733-31.3705
CIE-Lab60.930813.5054-34.0305

#898ecf color RGB value is (137,142,207).

#898ecf hex color red value is 137, green value is 142 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #898ecf hue: 0.65 , saturation: 0.42 and the lightness value of 898ecf is 0.67.

The process color (four color CMYK) of #898ecf color hex is 0.34, 0.31, 0.00, 0.19. Web safe color of #898ecf is #9999cc. Color #898ecf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001001 10001110 11001111
Octal 211 216 317
Decimal 137 142 207
Hex 89 8E CF

RGB Percentages of Color #898ecf

%28.19
%29.22
%42.59

CMYK Percentages of Color #898ecf

%34
%31
%0
%19

Triadic Colors of #898ecf

#898ecf #cf898e #8ecf89

Analogous Colors of #898ecf

#898ecf #a789cf #89b1cf

Monochromatic Colors of #898ecf

#898ecf

Complementary Color

#898ecf #cfca89

#898ecf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#898ecf Color Preview on White Background

Lorem ipsum dolor sit amet.

#898ecf Color CSS Codes

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

#898ecf Text Font Color

<p style="color:#898ecf">Text here</p>

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


#898ecf Background Color

<div style="background-color:#898ecf">
Div content here</div>

This div background color is #898ecf


#898ecf Border Color

<div style="border:3px solid #898ecf">
Div here</div>

This div border color is #898ecf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(137,142,207, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #898ecf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #898ecf;
  -webkit-box-shadow: 1px 1px 3px 2px #898ecf;
  box-shadow:         1px 1px 3px 2px #898ecf; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #898ecf


Comments

No comments written yet.

Please login to write comment.