Color Hex Logo

#f88bfa Color Hex

#F88BFA
(248,139,250)
0 Favorites   0 Comments

Color spaces of #f88bfa

RGB 248139250
HSL0.830.920.76
HSV299°44°98°
CMYK 0.010.440.00   0.02
XYZ65.199345.323895.7545
Yxy45.32380.31610.2197
Hunter Lab67.323055.0542-37.2030
CIE-Lab73.104656.8942-37.9865

#f88bfa color RGB value is (248,139,250).

#f88bfa hex color red value is 248, green value is 139 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #f88bfa hue: 0.83 , saturation: 0.92 and the lightness value of f88bfa is 0.76.

The process color (four color CMYK) of #f88bfa color hex is 0.01, 0.44, 0.00, 0.02. Web safe color of #f88bfa is #ff99ff. Color #f88bfa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11111000 10001011 11111010
Octal 370 213 372
Decimal 248 139 250
Hex F8 8B FA

RGB Percentages of Color #f88bfa

%38.93
%21.82
%39.25

CMYK Percentages of Color #f88bfa

%1
%44
%0
%2

Triadic Colors of #f88bfa

#f88bfa #faf88b #8bfaf8

Analogous Colors of #f88bfa

#f88bfa #fa8bc5 #c18bfa

Monochromatic Colors of #f88bfa

#f88bfa

Complementary Color

#f88bfa #8dfa8b

#f88bfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f88bfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#f88bfa Color CSS Codes

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

#f88bfa Text Font Color

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

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


#f88bfa Background Color

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

This div background color is #f88bfa


#f88bfa Border Color

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

This div border color is #f88bfa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(248,139,250, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #f88bfa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f88bfa

Related Colors


Comments

No comments written yet.

Please login to write comment.