Color Hex Logo

#f887ce Color Hex

#F887CE
(248,135,206)
0 Favorites   0 Comments

Color spaces of #f887ce

RGB 248135206
HSL0.900.890.75
HSV322°46°97°
CMYK 0.000.460.17   0.03
XYZ58.516041.740663.3651
Yxy41.74060.35760.2551
Hunter Lab64.607048.6093-12.9255
CIE-Lab70.691751.6811-17.5098

#f887ce color RGB value is (248,135,206).

#f887ce hex color red value is 248, green value is 135 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #f887ce hue: 0.90 , saturation: 0.89 and the lightness value of f887ce is 0.75.

The process color (four color CMYK) of #f887ce color hex is 0.00, 0.46, 0.17, 0.03. Web safe color of #f887ce is #ff99cc. Color #f887ce contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111000 10000111 11001110
Octal 370 207 316
Decimal 248 135 206
Hex F8 87 CE

RGB Percentages of Color #f887ce

%42.11
%22.92
%34.97

CMYK Percentages of Color #f887ce

%0
%46
%17
%3

Triadic Colors of #f887ce

#f887ce #cef887 #87cef8

Analogous Colors of #f887ce

#f887ce #f88796 #ea87f8

Monochromatic Colors of #f887ce

#f887ce

Complementary Color

#f887ce #87f8b1

#f887ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f887ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#f887ce Color CSS Codes

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

#f887ce Text Font Color

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

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


#f887ce Background Color

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

This div background color is #f887ce


#f887ce Border Color

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

This div border color is #f887ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f887ce


Comments

No comments written yet.

Please login to write comment.