Color Hex Logo

#f28afb Color Hex

#F28AFB
(242,138,251)
0 Favorites   0 Comments

Color spaces of #f28afb

RGB 242138251
HSL0.820.930.76
HSV295°45°98°
CMYK 0.040.450.00   0.02
XYZ63.119044.019296.4366
Yxy44.01920.31010.2162
Hunter Lab66.347053.7083-39.7363
CIE-Lab72.241355.8745-39.9288

#f28afb color RGB value is (242,138,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110010 10001010 11111011
Octal 362 212 373
Decimal 242 138 251
Hex F2 8A FB

RGB Percentages of Color #f28afb

%38.35
%21.87
%39.78

CMYK Percentages of Color #f28afb

%4
%45
%0
%2

Triadic Colors of #f28afb

#f28afb #fbf28a #8afbf2

Analogous Colors of #f28afb

#f28afb #fb8acc #ba8afb

Monochromatic Colors of #f28afb

#f28afb

Complementary Color

#f28afb #93fb8a

#f28afb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f28afb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f28afb Color CSS Codes

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

#f28afb Text Font Color

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

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


#f28afb Background Color

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

This div background color is #f28afb


#f28afb Border Color

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

This div border color is #f28afb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f28afb


Comments

No comments written yet.

Please login to write comment.