Color Hex Logo

#f82efb Color Hex

#F82EFB
(248,46,251)
0 Favorites   0 Comments

Color spaces of #f82efb

RGB 24846251
HSL0.830.960.58
HSV299°82°98°
CMYK 0.010.820.00   0.02
XYZ57.101028.875593.8308
Yxy28.87550.31760.1606
Hunter Lab53.735995.6402-65.9139
CIE-Lab60.671691.4147-58.1308

#f82efb color RGB value is (248,46,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111000 00101110 11111011
Octal 370 56 373
Decimal 248 46 251
Hex F8 2E FB

RGB Percentages of Color #f82efb

%45.50
%8.44
%46.06

CMYK Percentages of Color #f82efb

%1
%82
%0
%2

Triadic Colors of #f82efb

#f82efb #fbf82e #2efbf8

Analogous Colors of #f82efb

#f82efb #fb2e98 #922efb

Monochromatic Colors of #f82efb

#f82efb

Complementary Color

#f82efb #31fb2e

#f82efb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f82efb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f82efb Color CSS Codes

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

#f82efb Text Font Color

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

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


#f82efb Background Color

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

This div background color is #f82efb


#f82efb Border Color

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

This div border color is #f82efb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f82efb

Related Colors


Comments

No comments written yet.

Please login to write comment.