Color Hex Logo

#899dcd Color Hex

#899DCD
(137,157,205)
0 Favorites   0 Comments

Color spaces of #899dcd

RGB 137157205
HSL0.620.400.67
HSV222°33°80°
CMYK 0.330.230.00   0.20
XYZ33.392933.840162.5294
Yxy33.84010.25730.2608
Hunter Lab58.17220.6638-23.0103
CIE-Lab64.83554.3822-26.8695

#899dcd color RGB value is (137,157,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001001 10011101 11001101
Octal 211 235 315
Decimal 137 157 205
Hex 89 9D CD

RGB Percentages of Color #899dcd

%27.45
%31.46
%41.08

CMYK Percentages of Color #899dcd

%33
%23
%0
%20

Triadic Colors of #899dcd

#899dcd #cd899d #9dcd89

Analogous Colors of #899dcd

#899dcd #9789cd #89bfcd

Monochromatic Colors of #899dcd

#899dcd

Complementary Color

#899dcd #cdb989

#899dcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#899dcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#899dcd Color CSS Codes

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

#899dcd Text Font Color

<p style="color:#899dcd">Text here</p>

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


#899dcd Background Color

<div style="background-color:#899dcd">
Div content here</div>

This div background color is #899dcd


#899dcd Border Color

<div style="border:3px solid #899dcd">
Div here</div>

This div border color is #899dcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #899dcd


Comments

No comments written yet.

Please login to write comment.