Color Hex Logo

#f987ba Color Hex

#F987BA
(249,135,186)
0 Favorites   0 Comments

Color spaces of #f987ba

RGB 249135186
HSL0.930.900.75
HSV333°46°98°
CMYK 0.000.460.25   0.02
XYZ56.593841.012951.3878
Yxy41.01290.37980.2753
Hunter Lab64.041345.6695-2.7463
CIE-Lab70.185049.1559-7.1201

#f987ba color RGB value is (249,135,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 10000111 10111010
Octal 371 207 272
Decimal 249 135 186
Hex F9 87 BA

RGB Percentages of Color #f987ba

%43.68
%23.68
%32.63

CMYK Percentages of Color #f987ba

%0
%46
%25
%2

Triadic Colors of #f987ba

#f987ba #baf987 #87baf9

Analogous Colors of #f987ba

#f987ba #f98d87 #f987f3

Monochromatic Colors of #f987ba

#f987ba

Complementary Color

#f987ba #87f9c6

#f987ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f987ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#f987ba Color CSS Codes

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

#f987ba Text Font Color

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

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


#f987ba Background Color

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

This div background color is #f987ba


#f987ba Border Color

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

This div border color is #f987ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f987ba


Comments

No comments written yet.

Please login to write comment.