Color Hex Logo

#f88dbe Color Hex

#F88DBE
(248,141,190)
0 Favorites   0 Comments

Color spaces of #f88dbe

RGB 248141190
HSL0.920.880.76
HSV333°43°97°
CMYK 0.000.430.23   0.03
XYZ57.530542.723953.9295
Yxy42.72390.37310.2771
Hunter Lab65.363542.7228-3.1640
CIE-Lab71.367246.3682-7.6079

#f88dbe color RGB value is (248,141,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111000 10001101 10111110
Octal 370 215 276
Decimal 248 141 190
Hex F8 8D BE

RGB Percentages of Color #f88dbe

%42.83
%24.35
%32.82

CMYK Percentages of Color #f88dbe

%0
%43
%23
%3

Triadic Colors of #f88dbe

#f88dbe #bef88d #8dbef8

Analogous Colors of #f88dbe

#f88dbe #f8928d #f88df4

Monochromatic Colors of #f88dbe

#f88dbe

Complementary Color

#f88dbe #8df8c7

#f88dbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f88dbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#f88dbe Color CSS Codes

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

#f88dbe Text Font Color

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

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


#f88dbe Background Color

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

This div background color is #f88dbe


#f88dbe Border Color

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

This div border color is #f88dbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f88dbe


Comments

No comments written yet.

Please login to write comment.