Color Hex Logo

#f29efb Color Hex

#F29EFB
(242,158,251)
0 Favorites   0 Comments

Color spaces of #f29efb

RGB 242158251
HSL0.820.920.80
HSV294°37°98°
CMYK 0.040.370.00   0.02
XYZ66.257450.296097.4827
Yxy50.29600.30960.2350
Hunter Lab70.919742.6559-31.8534
CIE-Lab76.250645.7065-33.7083

#f29efb color RGB value is (242,158,251).

#f29efb hex color red value is 242, green value is 158 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #f29efb hue: 0.82 , saturation: 0.92 and the lightness value of f29efb is 0.80.

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

Base Numbers

BaseRedGreenBlue
Binary 11110010 10011110 11111011
Octal 362 236 373
Decimal 242 158 251
Hex F2 9E FB

RGB Percentages of Color #f29efb

%37.17
%24.27
%38.56

CMYK Percentages of Color #f29efb

%4
%37
%0
%2

Triadic Colors of #f29efb

#f29efb #fbf29e #9efbf2

Analogous Colors of #f29efb

#f29efb #fb9ed6 #c49efb

Monochromatic Colors of #f29efb

#f29efb

Complementary Color

#f29efb #a7fb9e

#f29efb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f29efb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f29efb Color CSS Codes

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

#f29efb Text Font Color

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

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


#f29efb Background Color

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

This div background color is #f29efb


#f29efb Border Color

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

This div border color is #f29efb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f29efb

Related Colors


Comments

No comments written yet.

Please login to write comment.