Color Hex Logo

#f12efb Color Hex

#F12EFB
(241,46,251)
0 Favorites   0 Comments

Color spaces of #f12efb

RGB 24146251
HSL0.830.960.58
HSV297°82°98°
CMYK 0.040.820.00   0.02
XYZ54.665227.619893.7168
Yxy27.61980.31060.1569
Hunter Lab52.554593.6983-68.9395
CIE-Lab59.543790.1900-59.9984

#f12efb color RGB value is (241,46,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110001 00101110 11111011
Octal 361 56 373
Decimal 241 46 251
Hex F1 2E FB

RGB Percentages of Color #f12efb

%44.80
%8.55
%46.65

CMYK Percentages of Color #f12efb

%4
%82
%0
%2

Triadic Colors of #f12efb

#f12efb #fbf12e #2efbf1

Analogous Colors of #f12efb

#f12efb #fb2e9f #8b2efb

Monochromatic Colors of #f12efb

#f12efb

Complementary Color

#f12efb #38fb2e

#f12efb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f12efb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f12efb Color CSS Codes

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

#f12efb Text Font Color

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

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


#f12efb Background Color

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

This div background color is #f12efb


#f12efb Border Color

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

This div border color is #f12efb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f12efb


Comments

No comments written yet.

Please login to write comment.