Color Hex Logo

#899fcd Color Hex

#899FCD
(137,159,205)
0 Favorites   0 Comments

Color spaces of #899fcd

RGB 137159205
HSL0.610.400.67
HSV221°33°80°
CMYK 0.330.220.00   0.20
XYZ33.734134.522462.6431
Yxy34.52240.25770.2637
Hunter Lab58.7558-0.3384-22.0836
CIE-Lab65.37513.2536-26.0397

#899fcd color RGB value is (137,159,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001001 10011111 11001101
Octal 211 237 315
Decimal 137 159 205
Hex 89 9F CD

RGB Percentages of Color #899fcd

%27.35
%31.74
%40.92

CMYK Percentages of Color #899fcd

%33
%22
%0
%20

Triadic Colors of #899fcd

#899fcd #cd899f #9fcd89

Analogous Colors of #899fcd

#899fcd #9589cd #89c1cd

Monochromatic Colors of #899fcd

#899fcd

Complementary Color

#899fcd #cdb789

#899fcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#899fcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#899fcd Color CSS Codes

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

#899fcd Text Font Color

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

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


#899fcd Background Color

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

This div background color is #899fcd


#899fcd Border Color

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

This div border color is #899fcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #899fcd


Comments

No comments written yet.

Please login to write comment.