Color Hex Logo

#889dfb Color Hex

#889DFB
(136,157,251)
0 Favorites   0 Comments

Color spaces of #889dfb

RGB 136157251
HSL0.640.930.76
HSV229°46°98°
CMYK 0.460.370.00   0.02
XYZ39.622936.313296.1876
Yxy36.31320.23020.2110
Hunter Lab60.260411.9129-52.4563
CIE-Lab66.758516.7953-49.2164

#889dfb color RGB value is (136,157,251).

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

The process color (four color CMYK) of #889dfb color hex is 0.46, 0.37, 0.00, 0.02. Web safe color of #889dfb is #9999ff. Color #889dfb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 10011101 11111011
Octal 210 235 373
Decimal 136 157 251
Hex 88 9D FB

RGB Percentages of Color #889dfb

%25.00
%28.86
%46.14

CMYK Percentages of Color #889dfb

%46
%37
%0
%2

Triadic Colors of #889dfb

#889dfb #fb889d #9dfb88

Analogous Colors of #889dfb

#889dfb #ad88fb #88d7fb

Monochromatic Colors of #889dfb

#889dfb

Complementary Color

#889dfb #fbe688

#889dfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#889dfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#889dfb Color CSS Codes

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

#889dfb Text Font Color

<p style="color:#889dfb">Text here</p>

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


#889dfb Background Color

<div style="background-color:#889dfb">
Div content here</div>

This div background color is #889dfb


#889dfb Border Color

<div style="border:3px solid #889dfb">
Div here</div>

This div border color is #889dfb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(136,157,251, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #889dfb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #889dfb;
  -webkit-box-shadow: 1px 1px 3px 2px #889dfb;
  box-shadow:         1px 1px 3px 2px #889dfb; }

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #889dfb

Related Colors


Comments

No comments written yet.

Please login to write comment.