Color Hex Logo

#f91efb Color Hex

#F91EFB
(249,30,251)
0 Favorites   0 Comments

Color spaces of #f91efb

RGB 24930251
HSL0.830.970.55
HSV299°88°98°
CMYK 0.010.880.00   0.02
XYZ56.943828.033393.6765
Yxy28.03330.31870.1569
Hunter Lab52.946599.3199-67.8373
CIE-Lab59.918894.2719-59.3243

#f91efb color RGB value is (249,30,251).

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

The process color (four color CMYK) of #f91efb color hex is 0.01, 0.88, 0.00, 0.02. Web safe color of #f91efb is #ff33ff. Color #f91efb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 00011110 11111011
Octal 371 36 373
Decimal 249 30 251
Hex F9 1E FB

RGB Percentages of Color #f91efb

%46.98
%5.66
%47.36

CMYK Percentages of Color #f91efb

%1
%88
%0
%2

Triadic Colors of #f91efb

#f91efb #fbf91e #1efbf9

Analogous Colors of #f91efb

#f91efb #fb1e8f #8b1efb

Monochromatic Colors of #f91efb

#f91efb

Complementary Color

#f91efb #20fb1e

#f91efb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f91efb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f91efb Color CSS Codes

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

#f91efb Text Font Color

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

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


#f91efb Background Color

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

This div background color is #f91efb


#f91efb Border Color

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

This div border color is #f91efb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f91efb


Comments

No comments written yet.

Please login to write comment.