Color Hex Logo

#898bcd Color Hex

#898BCD
(137,139,205)
0 Favorites   0 Comments

Color spaces of #898bcd

RGB 137139205
HSL0.660.400.67
HSV238°33°80°
CMYK 0.330.320.00   0.20
XYZ30.568628.191461.5879
Yxy28.19140.25400.2342
Hunter Lab53.09569.8502-31.6062
CIE-Lab60.061314.7195-34.2623

#898bcd color RGB value is (137,139,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001001 10001011 11001101
Octal 211 213 315
Decimal 137 139 205
Hex 89 8B CD

RGB Percentages of Color #898bcd

%28.48
%28.90
%42.62

CMYK Percentages of Color #898bcd

%33
%32
%0
%20

Triadic Colors of #898bcd

#898bcd #cd898b #8bcd89

Analogous Colors of #898bcd

#898bcd #a989cd #89adcd

Monochromatic Colors of #898bcd

#898bcd

Complementary Color

#898bcd #cdcb89

#898bcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#898bcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#898bcd Color CSS Codes

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

#898bcd Text Font Color

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

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


#898bcd Background Color

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

This div background color is #898bcd


#898bcd Border Color

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

This div border color is #898bcd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(137,139,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 #898bcd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #898bcd


Comments

No comments written yet.

Please login to write comment.