Color Hex Logo

#f88dbf Color Hex

#F88DBF
(248,141,191)
0 Favorites   0 Comments

Color spaces of #f88dbf

RGB 248141191
HSL0.920.880.76
HSV332°43°97°
CMYK 0.000.430.23   0.03
XYZ57.640242.767854.5073
Yxy42.76780.37210.2761
Hunter Lab65.397142.8828-3.6392
CIE-Lab71.397146.5079-8.1194

#f88dbf color RGB value is (248,141,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111000 10001101 10111111
Octal 370 215 277
Decimal 248 141 191
Hex F8 8D BF

RGB Percentages of Color #f88dbf

%42.76
%24.31
%32.93

CMYK Percentages of Color #f88dbf

%0
%43
%23
%3

Triadic Colors of #f88dbf

#f88dbf #bff88d #8dbff8

Analogous Colors of #f88dbf

#f88dbf #f8918d #f88df5

Monochromatic Colors of #f88dbf

#f88dbf

Complementary Color

#f88dbf #8df8c6

#f88dbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f88dbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#f88dbf Color CSS Codes

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

#f88dbf Text Font Color

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

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


#f88dbf Background Color

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

This div background color is #f88dbf


#f88dbf Border Color

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

This div border color is #f88dbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f88dbf

Related Colors


Comments

No comments written yet.

Please login to write comment.