Color Hex Logo

#f987ce Color Hex

#F987CE
(249,135,206)
0 Favorites   0 Comments

Color spaces of #f987ce

RGB 249135206
HSL0.900.900.75
HSV323°46°98°
CMYK 0.000.460.17   0.02
XYZ58.871541.923963.3818
Yxy41.92390.35860.2554
Hunter Lab64.748748.9876-12.7143
CIE-Lab70.818451.9946-17.3060

#f987ce color RGB value is (249,135,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 10000111 11001110
Octal 371 207 316
Decimal 249 135 206
Hex F9 87 CE

RGB Percentages of Color #f987ce

%42.20
%22.88
%34.92

CMYK Percentages of Color #f987ce

%0
%46
%17
%2

Triadic Colors of #f987ce

#f987ce #cef987 #87cef9

Analogous Colors of #f987ce

#f987ce #f98795 #eb87f9

Monochromatic Colors of #f987ce

#f987ce

Complementary Color

#f987ce #87f9b2

#f987ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f987ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#f987ce Color CSS Codes

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

#f987ce Text Font Color

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

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


#f987ce Background Color

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

This div background color is #f987ce


#f987ce Border Color

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

This div border color is #f987ce


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(249,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 #f987ce">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f987ce


Comments

No comments written yet.

Please login to write comment.