Color Hex Logo

#f97ffb Color Hex

#F97FFB
(249,127,251)
0 Favorites   0 Comments

Color spaces of #f97ffb

RGB 249127251
HSL0.830.940.74
HSV299°49°98°
CMYK 0.010.490.00   0.02
XYZ64.068942.283596.0515
Yxy42.28350.31650.2089
Hunter Lab65.025862.0783-42.0610
CIE-Lab71.065963.1182-41.6993

#f97ffb color RGB value is (249,127,251).

#f97ffb hex color red value is 249, green value is 127 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #f97ffb hue: 0.83 , saturation: 0.94 and the lightness value of f97ffb is 0.74.

The process color (four color CMYK) of #f97ffb color hex is 0.01, 0.49, 0.00, 0.02. Web safe color of #f97ffb is #ff66ff. Color #f97ffb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 01111111 11111011
Octal 371 177 373
Decimal 249 127 251
Hex F9 7F FB

RGB Percentages of Color #f97ffb

%39.71
%20.26
%40.03

CMYK Percentages of Color #f97ffb

%1
%49
%0
%2

Triadic Colors of #f97ffb

#f97ffb #fbf97f #7ffbf9

Analogous Colors of #f97ffb

#f97ffb #fb7fbf #bb7ffb

Monochromatic Colors of #f97ffb

#f97ffb

Complementary Color

#f97ffb #81fb7f

#f97ffb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f97ffb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f97ffb Color CSS Codes

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

#f97ffb Text Font Color

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

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


#f97ffb Background Color

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

This div background color is #f97ffb


#f97ffb Border Color

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

This div border color is #f97ffb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f97ffb

Related Colors


Comments

No comments written yet.

Please login to write comment.