Color Hex Logo

#f987bc Color Hex

#F987BC
(249,135,188)
0 Favorites   0 Comments

Color spaces of #f987bc

RGB 249135188
HSL0.920.900.75
HSV332°46°98°
CMYK 0.000.460.24   0.02
XYZ56.808041.098552.5157
Yxy41.09850.37770.2732
Hunter Lab64.108145.9847-3.6931
CIE-Lab70.244949.4277-8.1478

#f987bc color RGB value is (249,135,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 10000111 10111100
Octal 371 207 274
Decimal 249 135 188
Hex F9 87 BC

RGB Percentages of Color #f987bc

%43.53
%23.60
%32.87

CMYK Percentages of Color #f987bc

%0
%46
%24
%2

Triadic Colors of #f987bc

#f987bc #bcf987 #87bcf9

Analogous Colors of #f987bc

#f987bc #f98b87 #f987f5

Monochromatic Colors of #f987bc

#f987bc

Complementary Color

#f987bc #87f9c4

#f987bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f987bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#f987bc Color CSS Codes

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

#f987bc Text Font Color

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

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


#f987bc Background Color

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

This div background color is #f987bc


#f987bc Border Color

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

This div border color is #f987bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f987bc


Comments

No comments written yet.

Please login to write comment.