Color Hex Logo

#f29afb Color Hex

#F29AFB
(242,154,251)
0 Favorites   0 Comments

Color spaces of #f29afb

RGB 242154251
HSL0.820.920.79
HSV294°39°98°
CMYK 0.040.390.00   0.02
XYZ65.586148.953597.2590
Yxy48.95350.30970.2311
Hunter Lab69.966844.8821-33.4407
CIE-Lab75.422447.7740-34.9886

#f29afb color RGB value is (242,154,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110010 10011010 11111011
Octal 362 232 373
Decimal 242 154 251
Hex F2 9A FB

RGB Percentages of Color #f29afb

%37.40
%23.80
%38.79

CMYK Percentages of Color #f29afb

%4
%39
%0
%2

Triadic Colors of #f29afb

#f29afb #fbf29a #9afbf2

Analogous Colors of #f29afb

#f29afb #fb9ad4 #c29afb

Monochromatic Colors of #f29afb

#f29afb

Complementary Color

#f29afb #a3fb9a

#f29afb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f29afb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f29afb Color CSS Codes

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

#f29afb Text Font Color

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

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


#f29afb Background Color

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

This div background color is #f29afb


#f29afb Border Color

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

This div border color is #f29afb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f29afb

Related Colors


Comments

No comments written yet.

Please login to write comment.