Color Hex Logo

#f88dcf Color Hex

#F88DCF
(248,141,207)
0 Favorites   0 Comments

Color spaces of #f88dcf

RGB 248141207
HSL0.900.880.76
HSV323°43°97°
CMYK 0.000.430.17   0.03
XYZ59.498843.511264.2941
Yxy43.51120.35560.2601
Hunter Lab65.963045.5721-11.6158
CIE-Lab71.900648.8386-16.2377

#f88dcf color RGB value is (248,141,207).

#f88dcf hex color red value is 248, green value is 141 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #f88dcf hue: 0.90 , saturation: 0.88 and the lightness value of f88dcf is 0.76.

The process color (four color CMYK) of #f88dcf color hex is 0.00, 0.43, 0.17, 0.03. Web safe color of #f88dcf is #ff99cc. Color #f88dcf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111000 10001101 11001111
Octal 370 215 317
Decimal 248 141 207
Hex F8 8D CF

RGB Percentages of Color #f88dcf

%41.61
%23.66
%34.73

CMYK Percentages of Color #f88dcf

%0
%43
%17
%3

Triadic Colors of #f88dcf

#f88dcf #cff88d #8dcff8

Analogous Colors of #f88dcf

#f88dcf #f88d9a #ec8df8

Monochromatic Colors of #f88dcf

#f88dcf

Complementary Color

#f88dcf #8df8b6

#f88dcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f88dcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#f88dcf Color CSS Codes

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

#f88dcf Text Font Color

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

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


#f88dcf Background Color

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

This div background color is #f88dcf


#f88dcf Border Color

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

This div border color is #f88dcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f88dcf


Comments

No comments written yet.

Please login to write comment.