Color Hex Logo

#f18efb Color Hex

#F18EFB
(241,142,251)
0 Favorites   0 Comments

Color spaces of #f18efb

RGB 241142251
HSL0.820.930.77
HSV294°43°98°
CMYK 0.040.430.00   0.02
XYZ63.361245.011896.6154
Yxy45.01180.30910.2196
Hunter Lab67.090851.1681-38.4181
CIE-Lab72.899753.5941-38.9123

#f18efb color RGB value is (241,142,251).

#f18efb hex color red value is 241, green value is 142 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #f18efb hue: 0.82 , saturation: 0.93 and the lightness value of f18efb is 0.77.

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

Base Numbers

BaseRedGreenBlue
Binary 11110001 10001110 11111011
Octal 361 216 373
Decimal 241 142 251
Hex F1 8E FB

RGB Percentages of Color #f18efb

%38.01
%22.40
%39.59

CMYK Percentages of Color #f18efb

%4
%43
%0
%2

Triadic Colors of #f18efb

#f18efb #fbf18e #8efbf1

Analogous Colors of #f18efb

#f18efb #fb8ecf #bb8efb

Monochromatic Colors of #f18efb

#f18efb

Complementary Color

#f18efb #98fb8e

#f18efb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f18efb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f18efb Color CSS Codes

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

#f18efb Text Font Color

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

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


#f18efb Background Color

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

This div background color is #f18efb


#f18efb Border Color

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

This div border color is #f18efb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f18efb


Comments

No comments written yet.

Please login to write comment.