Color Hex Logo

#f88bde Color Hex

#F88BDE
(248,139,222)
0 Favorites   0 Comments

Color spaces of #f88bde

RGB 248139222
HSL0.870.890.76
HSV314°44°97°
CMYK 0.000.440.10   0.03
XYZ61.128843.695674.3195
Yxy43.69560.34120.2439
Hunter Lab66.102649.3893-20.3882
CIE-Lab72.024652.1749-24.3274

#f88bde color RGB value is (248,139,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111000 10001011 11011110
Octal 370 213 336
Decimal 248 139 222
Hex F8 8B DE

RGB Percentages of Color #f88bde

%40.72
%22.82
%36.45

CMYK Percentages of Color #f88bde

%0
%44
%10
%3

Triadic Colors of #f88bde

#f88bde #def88b #8bdef8

Analogous Colors of #f88bde

#f88bde #f88ba8 #dc8bf8

Monochromatic Colors of #f88bde

#f88bde

Complementary Color

#f88bde #8bf8a5

#f88bde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f88bde Color Preview on White Background

Lorem ipsum dolor sit amet.

#f88bde Color CSS Codes

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

#f88bde Text Font Color

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

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


#f88bde Background Color

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

This div background color is #f88bde


#f88bde Border Color

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

This div border color is #f88bde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f88bde


Comments

No comments written yet.

Please login to write comment.