Color Hex Logo

#f987bd Color Hex

#F987BD
(249,135,189)
0 Favorites   0 Comments

Color spaces of #f987bd

RGB 249135189
HSL0.920.900.75
HSV332°46°98°
CMYK 0.000.460.24   0.02
XYZ56.916241.141853.0855
Yxy41.14180.37660.2722
Hunter Lab64.141946.1434-4.1706
CIE-Lab70.275249.5644-8.6608

#f987bd color RGB value is (249,135,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 10000111 10111101
Octal 371 207 275
Decimal 249 135 189
Hex F9 87 BD

RGB Percentages of Color #f987bd

%43.46
%23.56
%32.98

CMYK Percentages of Color #f987bd

%0
%46
%24
%2

Triadic Colors of #f987bd

#f987bd #bdf987 #87bdf9

Analogous Colors of #f987bd

#f987bd #f98a87 #f987f6

Monochromatic Colors of #f987bd

#f987bd

Complementary Color

#f987bd #87f9c3

#f987bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f987bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f987bd Color CSS Codes

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

#f987bd Text Font Color

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

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


#f987bd Background Color

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

This div background color is #f987bd


#f987bd Border Color

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

This div border color is #f987bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f987bd


Comments

No comments written yet.

Please login to write comment.