Color Hex Logo

#f79efb Color Hex

#F79EFB
(247,158,251)
0 Favorites   0 Comments

Color spaces of #f79efb

RGB 247158251
HSL0.830.920.80
HSV297°37°98°
CMYK 0.020.370.00   0.02
XYZ67.997251.192997.5642
Yxy51.19290.31370.2362
Hunter Lab71.549244.4274-30.7631
CIE-Lab76.795747.2038-32.8221

#f79efb color RGB value is (247,158,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110111 10011110 11111011
Octal 367 236 373
Decimal 247 158 251
Hex F7 9E FB

RGB Percentages of Color #f79efb

%37.65
%24.09
%38.26

CMYK Percentages of Color #f79efb

%2
%37
%0
%2

Triadic Colors of #f79efb

#f79efb #fbf79e #9efbf7

Analogous Colors of #f79efb

#f79efb #fb9ed1 #c99efb

Monochromatic Colors of #f79efb

#f79efb

Complementary Color

#f79efb #a2fb9e

#f79efb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f79efb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f79efb Color CSS Codes

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

#f79efb Text Font Color

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

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


#f79efb Background Color

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

This div background color is #f79efb


#f79efb Border Color

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

This div border color is #f79efb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f79efb

Related Colors


Comments

No comments written yet.

Please login to write comment.