Color Hex Logo

#f97efb Color Hex

#F97EFB
(249,126,251)
0 Favorites   0 Comments

Color spaces of #f97efb

RGB 249126251
HSL0.830.940.74
HSV299°50°98°
CMYK 0.010.500.00   0.02
XYZ63.940442.026596.0087
Yxy42.02650.31660.2081
Hunter Lab64.827862.6077-42.4278
CIE-Lab70.889263.5868-41.9756

#f97efb color RGB value is (249,126,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 01111110 11111011
Octal 371 176 373
Decimal 249 126 251
Hex F9 7E FB

RGB Percentages of Color #f97efb

%39.78
%20.13
%40.10

CMYK Percentages of Color #f97efb

%1
%50
%0
%2

Triadic Colors of #f97efb

#f97efb #fbf97e #7efbf9

Analogous Colors of #f97efb

#f97efb #fb7ebf #bb7efb

Monochromatic Colors of #f97efb

#f97efb

Complementary Color

#f97efb #80fb7e

#f97efb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f97efb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f97efb Color CSS Codes

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

#f97efb Text Font Color

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

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


#f97efb Background Color

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

This div background color is #f97efb


#f97efb Border Color

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

This div border color is #f97efb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f97efb


Comments

No comments written yet.

Please login to write comment.