Color Hex Logo

#f92efb Color Hex

#F92EFB
(249,46,251)
0 Favorites   0 Comments

Color spaces of #f92efb

RGB 24946251
HSL0.830.960.58
HSV299°82°98°
CMYK 0.010.820.00   0.02
XYZ57.456529.058893.8474
Yxy29.05880.31860.1611
Hunter Lab53.906295.9202-65.4859
CIE-Lab60.833591.5906-57.8629

#f92efb color RGB value is (249,46,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 00101110 11111011
Octal 371 56 373
Decimal 249 46 251
Hex F9 2E FB

RGB Percentages of Color #f92efb

%45.60
%8.42
%45.97

CMYK Percentages of Color #f92efb

%1
%82
%0
%2

Triadic Colors of #f92efb

#f92efb #fbf92e #2efbf9

Analogous Colors of #f92efb

#f92efb #fb2e97 #932efb

Monochromatic Colors of #f92efb

#f92efb

Complementary Color

#f92efb #30fb2e

#f92efb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f92efb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f92efb Color CSS Codes

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

#f92efb Text Font Color

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

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


#f92efb Background Color

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

This div background color is #f92efb


#f92efb Border Color

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

This div border color is #f92efb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f92efb

Related Colors


Comments

No comments written yet.

Please login to write comment.