Color Hex Logo

#f48bfb Color Hex

#F48BFB
(244,139,251)
0 Favorites   0 Comments

Color spaces of #f48bfb

RGB 244139251
HSL0.820.930.76
HSV296°45°98°
CMYK 0.030.450.00   0.02
XYZ63.953444.663496.5170
Yxy44.66340.31180.2177
Hunter Lab66.830753.8613-38.8453
CIE-Lab72.669755.9418-39.2436

#f48bfb color RGB value is (244,139,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110100 10001011 11111011
Octal 364 213 373
Decimal 244 139 251
Hex F4 8B FB

RGB Percentages of Color #f48bfb

%38.49
%21.92
%39.59

CMYK Percentages of Color #f48bfb

%3
%45
%0
%2

Triadic Colors of #f48bfb

#f48bfb #fbf48b #8bfbf4

Analogous Colors of #f48bfb

#f48bfb #fb8bca #bc8bfb

Monochromatic Colors of #f48bfb

#f48bfb

Complementary Color

#f48bfb #92fb8b

#f48bfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f48bfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f48bfb Color CSS Codes

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

#f48bfb Text Font Color

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

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


#f48bfb Background Color

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

This div background color is #f48bfb


#f48bfb Border Color

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

This div border color is #f48bfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f48bfb

Related Colors


Comments

No comments written yet.

Please login to write comment.