Color Hex Logo

#f88bff Color Hex

#F88BFF
(248,139,255)
0 Favorites   0 Comments

Color spaces of #f88bff

RGB 248139255
HSL0.821.000.77
HSV296°45°100°
CMYK 0.030.450.00   0.00
XYZ65.994045.641799.9392
Yxy45.64170.31190.2157
Hunter Lab67.558656.1384-40.4164
CIE-Lab73.312457.7827-40.3798

#f88bff color RGB value is (248,139,255).

#f88bff hex color red value is 248, green value is 139 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #f88bff hue: 0.82 , saturation: 1.00 and the lightness value of f88bff is 0.77.

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

Base Numbers

BaseRedGreenBlue
Binary 11111000 10001011 11111111
Octal 370 213 377
Decimal 248 139 255
Hex F8 8B FF

RGB Percentages of Color #f88bff

%38.63
%21.65
%39.72

CMYK Percentages of Color #f88bff

%3
%45
%0
%0

Triadic Colors of #f88bff

#f88bff #fff88b #8bfff8

Analogous Colors of #f88bff

#f88bff #ff8bcc #be8bff

Monochromatic Colors of #f88bff

#f88bff

Complementary Color

#f88bff #92ff8b

#f88bff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f88bff Color Preview on White Background

Lorem ipsum dolor sit amet.

#f88bff Color CSS Codes

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

#f88bff Text Font Color

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

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


#f88bff Background Color

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

This div background color is #f88bff


#f88bff Border Color

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

This div border color is #f88bff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f88bff

Related Colors

#f88bff Color Palettes


Comments

No comments written yet.

Please login to write comment.