Color Hex Logo

#f88cff Color Hex

#F88CFF
(248,140,255)
0 Favorites   0 Comments

Color spaces of #f88cff

RGB 248140255
HSL0.821.000.77
HSV296°45°100°
CMYK 0.030.450.00   0.00
XYZ66.139545.932699.9877
Yxy45.93260.31190.2166
Hunter Lab67.773655.5924-40.0302
CIE-Lab73.501857.2917-40.0848

#f88cff color RGB value is (248,140,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111000 10001100 11111111
Octal 370 214 377
Decimal 248 140 255
Hex F8 8C FF

RGB Percentages of Color #f88cff

%38.57
%21.77
%39.66

CMYK Percentages of Color #f88cff

%3
%45
%0
%0

Triadic Colors of #f88cff

#f88cff #fff88c #8cfff8

Analogous Colors of #f88cff

#f88cff #ff8ccd #bf8cff

Monochromatic Colors of #f88cff

#f88cff

Complementary Color

#f88cff #93ff8c

#f88cff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f88cff Color Preview on White Background

Lorem ipsum dolor sit amet.

#f88cff Color CSS Codes

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

#f88cff Text Font Color

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

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


#f88cff Background Color

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

This div background color is #f88cff


#f88cff Border Color

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

This div border color is #f88cff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f88cff

Related Colors

#f88cff Color Palettes


Comments

No comments written yet.

Please login to write comment.