Color Hex Logo

#f88bdc Color Hex

#F88BDC
(248,139,220)
0 Favorites   0 Comments

Color spaces of #f88bdc

RGB 248139220
HSL0.880.890.76
HSV315°44°97°
CMYK 0.000.440.11   0.03
XYZ60.862343.589072.9159
Yxy43.58900.34310.2458
Hunter Lab66.022049.0117-19.2656
CIE-Lab71.952951.8556-23.3353

#f88bdc color RGB value is (248,139,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111000 10001011 11011100
Octal 370 213 334
Decimal 248 139 220
Hex F8 8B DC

RGB Percentages of Color #f88bdc

%40.86
%22.90
%36.24

CMYK Percentages of Color #f88bdc

%0
%44
%11
%3

Triadic Colors of #f88bdc

#f88bdc #dcf88b #8bdcf8

Analogous Colors of #f88bdc

#f88bdc #f88ba6 #de8bf8

Monochromatic Colors of #f88bdc

#f88bdc

Complementary Color

#f88bdc #8bf8a7

#f88bdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f88bdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#f88bdc Color CSS Codes

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

#f88bdc Text Font Color

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

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


#f88bdc Background Color

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

This div background color is #f88bdc


#f88bdc Border Color

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

This div border color is #f88bdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f88bdc


Comments

No comments written yet.

Please login to write comment.