Color Hex Logo

#f88ddf Color Hex

#F88DDF
(248,141,223)
0 Favorites   0 Comments

Color spaces of #f88ddf

RGB 248141223
HSL0.870.880.76
HSV314°43°97°
CMYK 0.000.430.10   0.03
XYZ61.555644.333975.1250
Yxy44.33390.34010.2449
Hunter Lab66.583748.4990-20.2871
CIE-Lab72.451151.3384-24.2259

#f88ddf color RGB value is (248,141,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111000 10001101 11011111
Octal 370 215 337
Decimal 248 141 223
Hex F8 8D DF

RGB Percentages of Color #f88ddf

%40.52
%23.04
%36.44

CMYK Percentages of Color #f88ddf

%0
%43
%10
%3

Triadic Colors of #f88ddf

#f88ddf #dff88d #8ddff8

Analogous Colors of #f88ddf

#f88ddf #f88daa #dc8df8

Monochromatic Colors of #f88ddf

#f88ddf

Complementary Color

#f88ddf #8df8a6

#f88ddf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f88ddf Color Preview on White Background

Lorem ipsum dolor sit amet.

#f88ddf Color CSS Codes

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

#f88ddf Text Font Color

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

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


#f88ddf Background Color

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

This div background color is #f88ddf


#f88ddf Border Color

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

This div border color is #f88ddf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f88ddf


Comments

No comments written yet.

Please login to write comment.