Color Hex Logo

#898dcb Color Hex

#898DCB
(137,141,203)
0 Favorites   0 Comments

Color spaces of #898dcb

RGB 137141203
HSL0.660.390.67
HSV236°33°80°
CMYK 0.330.310.00   0.20
XYZ30.620928.679960.4218
Yxy28.67990.25580.2396
Hunter Lab53.55368.3439-29.4063
CIE-Lab60.498113.0319-32.4586

#898dcb color RGB value is (137,141,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001001 10001101 11001011
Octal 211 215 313
Decimal 137 141 203
Hex 89 8D CB

RGB Percentages of Color #898dcb

%28.48
%29.31
%42.20

CMYK Percentages of Color #898dcb

%33
%31
%0
%20

Triadic Colors of #898dcb

#898dcb #cb898d #8dcb89

Analogous Colors of #898dcb

#898dcb #a689cb #89aecb

Monochromatic Colors of #898dcb

#898dcb

Complementary Color

#898dcb #cbc789

#898dcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#898dcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#898dcb Color CSS Codes

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

#898dcb Text Font Color

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

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


#898dcb Background Color

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

This div background color is #898dcb


#898dcb Border Color

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

This div border color is #898dcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #898dcb


Comments

No comments written yet.

Please login to write comment.