Color Hex Logo

#898ecd Color Hex

#898ECD
(137,142,205)
0 Favorites   0 Comments

Color spaces of #898ecd

RGB 137142205
HSL0.650.400.67
HSV236°33°80°
CMYK 0.330.310.00   0.20
XYZ31.009029.072161.7347
Yxy29.07210.25460.2387
Hunter Lab53.91858.2994-30.1418
CIE-Lab60.845212.9777-33.0420

#898ecd color RGB value is (137,142,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001001 10001110 11001101
Octal 211 216 315
Decimal 137 142 205
Hex 89 8E CD

RGB Percentages of Color #898ecd

%28.31
%29.34
%42.36

CMYK Percentages of Color #898ecd

%33
%31
%0
%20

Triadic Colors of #898ecd

#898ecd #cd898e #8ecd89

Analogous Colors of #898ecd

#898ecd #a689cd #89b0cd

Monochromatic Colors of #898ecd

#898ecd

Complementary Color

#898ecd #cdc889

#898ecd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#898ecd Color Preview on White Background

Lorem ipsum dolor sit amet.

#898ecd Color CSS Codes

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

#898ecd Text Font Color

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

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


#898ecd Background Color

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

This div background color is #898ecd


#898ecd Border Color

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

This div border color is #898ecd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #898ecd


Comments

No comments written yet.

Please login to write comment.