Color Hex Logo

#899bfb Color Hex

#899BFB
(137,155,251)
0 Favorites   0 Comments

Color spaces of #899bfb

RGB 137155251
HSL0.640.930.76
HSV231°45°98°
CMYK 0.450.380.00   0.02
XYZ39.450535.726196.0833
Yxy35.72610.23040.2086
Hunter Lab59.771313.2145-53.4697
CIE-Lab66.310118.1857-49.9202

#899bfb color RGB value is (137,155,251).

#899bfb hex color red value is 137, green value is 155 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #899bfb hue: 0.64 , saturation: 0.93 and the lightness value of 899bfb is 0.76.

The process color (four color CMYK) of #899bfb color hex is 0.45, 0.38, 0.00, 0.02. Web safe color of #899bfb is #9999ff. Color #899bfb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001001 10011011 11111011
Octal 211 233 373
Decimal 137 155 251
Hex 89 9B FB

RGB Percentages of Color #899bfb

%25.23
%28.55
%46.22

CMYK Percentages of Color #899bfb

%45
%38
%0
%2

Triadic Colors of #899bfb

#899bfb #fb899b #9bfb89

Analogous Colors of #899bfb

#899bfb #b089fb #89d4fb

Monochromatic Colors of #899bfb

#899bfb

Complementary Color

#899bfb #fbe989

#899bfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#899bfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#899bfb Color CSS Codes

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

#899bfb Text Font Color

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

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


#899bfb Background Color

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

This div background color is #899bfb


#899bfb Border Color

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

This div border color is #899bfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #899bfb

Related Colors


Comments

No comments written yet.

Please login to write comment.