Color Hex Logo

#f987bf Color Hex

#F987BF
(249,135,191)
0 Favorites   0 Comments

Color spaces of #f987bf

RGB 249135191
HSL0.920.900.75
HSV331°46°98°
CMYK 0.000.460.23   0.02
XYZ57.134941.229354.2369
Yxy41.22930.37440.2702
Hunter Lab64.210046.4639-5.1340
CIE-Lab70.336349.8401-9.6854

#f987bf color RGB value is (249,135,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 10000111 10111111
Octal 371 207 277
Decimal 249 135 191
Hex F9 87 BF

RGB Percentages of Color #f987bf

%43.30
%23.48
%33.22

CMYK Percentages of Color #f987bf

%0
%46
%23
%2

Triadic Colors of #f987bf

#f987bf #bff987 #87bff9

Analogous Colors of #f987bf

#f987bf #f98887 #f987f8

Monochromatic Colors of #f987bf

#f987bf

Complementary Color

#f987bf #87f9c1

#f987bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f987bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#f987bf Color CSS Codes

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

#f987bf Text Font Color

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

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


#f987bf Background Color

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

This div background color is #f987bf


#f987bf Border Color

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

This div border color is #f987bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f987bf


Comments

No comments written yet.

Please login to write comment.