Color Hex Logo

#f987be Color Hex

#F987BE
(249,135,190)
0 Favorites   0 Comments

Color spaces of #f987be

RGB 249135190
HSL0.920.900.75
HSV331°46°98°
CMYK 0.000.460.24   0.02
XYZ57.025241.185453.6592
Yxy41.18540.37550.2712
Hunter Lab64.175946.3033-4.6509
CIE-Lab70.305649.7019-9.1733

#f987be color RGB value is (249,135,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 10000111 10111110
Octal 371 207 276
Decimal 249 135 190
Hex F9 87 BE

RGB Percentages of Color #f987be

%43.38
%23.52
%33.10

CMYK Percentages of Color #f987be

%0
%46
%24
%2

Triadic Colors of #f987be

#f987be #bef987 #87bef9

Analogous Colors of #f987be

#f987be #f98987 #f987f7

Monochromatic Colors of #f987be

#f987be

Complementary Color

#f987be #87f9c2

#f987be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f987be Color Preview on White Background

Lorem ipsum dolor sit amet.

#f987be Color CSS Codes

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

#f987be Text Font Color

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

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


#f987be Background Color

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

This div background color is #f987be


#f987be Border Color

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

This div border color is #f987be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f987be


Comments

No comments written yet.

Please login to write comment.