Color Hex Logo

#899cff Color Hex

#899CFF
(137,156,255)
0 Favorites   0 Comments

Color spaces of #899cff

RGB 137156255
HSL0.641.000.77
HSV230°46°100°
CMYK 0.460.390.00   0.00
XYZ40.255036.315399.4956
Yxy36.31530.22860.2063
Hunter Lab60.262213.7788-55.7070
CIE-Lab66.760118.7642-51.3888

#899cff color RGB value is (137,156,255).

#899cff hex color red value is 137, green value is 156 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #899cff hue: 0.64 , saturation: 1.00 and the lightness value of 899cff is 0.77.

The process color (four color CMYK) of #899cff color hex is 0.46, 0.39, 0.00, 0.00. Web safe color of #899cff is #9999ff. Color #899cff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001001 10011100 11111111
Octal 211 234 377
Decimal 137 156 255
Hex 89 9C FF

RGB Percentages of Color #899cff

%25.00
%28.47
%46.53

CMYK Percentages of Color #899cff

%46
%39
%0
%0

Triadic Colors of #899cff

#899cff #ff899c #9cff89

Analogous Colors of #899cff

#899cff #b189ff #89d7ff

Monochromatic Colors of #899cff

#899cff

Complementary Color

#899cff #ffec89

#899cff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#899cff Color Preview on White Background

Lorem ipsum dolor sit amet.

#899cff Color CSS Codes

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

#899cff Text Font Color

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

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


#899cff Background Color

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

This div background color is #899cff


#899cff Border Color

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

This div border color is #899cff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #899cff


Comments

No comments written yet.

Please login to write comment.