Color Hex Logo

#899fed Color Hex

#899FED
(137,159,237)
0 Favorites   0 Comments

Color spaces of #899fed

RGB 137159237
HSL0.630.740.73
HSV227°42°93°
CMYK 0.420.330.00   0.07
XYZ38.000736.229185.1108
Yxy36.22910.23850.2274
Hunter Lab60.19067.3605-41.7039
CIE-Lab66.694611.9024-41.6578

#899fed color RGB value is (137,159,237).

#899fed hex color red value is 137, green value is 159 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #899fed hue: 0.63 , saturation: 0.74 and the lightness value of 899fed is 0.73.

The process color (four color CMYK) of #899fed color hex is 0.42, 0.33, 0.00, 0.07. Web safe color of #899fed is #9999ff. Color #899fed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001001 10011111 11101101
Octal 211 237 355
Decimal 137 159 237
Hex 89 9F ED

RGB Percentages of Color #899fed

%25.70
%29.83
%44.47

CMYK Percentages of Color #899fed

%42
%33
%0
%7

Triadic Colors of #899fed

#899fed #ed899f #9fed89

Analogous Colors of #899fed

#899fed #a589ed #89d1ed

Monochromatic Colors of #899fed

#899fed

Complementary Color

#899fed #edd789

#899fed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#899fed Color Preview on White Background

Lorem ipsum dolor sit amet.

#899fed Color CSS Codes

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

#899fed Text Font Color

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

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


#899fed Background Color

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

This div background color is #899fed


#899fed Border Color

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

This div border color is #899fed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #899fed


Comments

No comments written yet.

Please login to write comment.