Color Hex Logo

#f89bfb Color Hex

#F89BFB
(248,155,251)
0 Favorites   0 Comments

Color spaces of #f89bfb

RGB 248155251
HSL0.830.920.80
HSV298°38°98°
CMYK 0.010.380.00   0.02
XYZ67.845350.364297.4122
Yxy50.36420.31460.2336
Hunter Lab70.967746.4528-31.7056
CIE-Lab76.292349.0406-33.5899

#f89bfb color RGB value is (248,155,251).

#f89bfb hex color red value is 248, green value is 155 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #f89bfb hue: 0.83 , saturation: 0.92 and the lightness value of f89bfb is 0.80.

The process color (four color CMYK) of #f89bfb color hex is 0.01, 0.38, 0.00, 0.02. Web safe color of #f89bfb is #ff99ff. Color #f89bfb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11111000 10011011 11111011
Octal 370 233 373
Decimal 248 155 251
Hex F8 9B FB

RGB Percentages of Color #f89bfb

%37.92
%23.70
%38.38

CMYK Percentages of Color #f89bfb

%1
%38
%0
%2

Triadic Colors of #f89bfb

#f89bfb #fbf89b #9bfbf8

Analogous Colors of #f89bfb

#f89bfb #fb9bce #c89bfb

Monochromatic Colors of #f89bfb

#f89bfb

Complementary Color

#f89bfb #9efb9b

#f89bfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f89bfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f89bfb Color CSS Codes

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

#f89bfb Text Font Color

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

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


#f89bfb Background Color

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

This div background color is #f89bfb


#f89bfb Border Color

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

This div border color is #f89bfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f89bfb

Related Colors


Comments

No comments written yet.

Please login to write comment.