Color Hex Logo

#f987c4 Color Hex

#F987C4
(249,135,196)
0 Favorites   0 Comments

Color spaces of #f987c4

RGB 249135196
HSL0.910.900.75
HSV328°46°98°
CMYK 0.000.460.21   0.02
XYZ57.694741.453257.1850
Yxy41.45320.36910.2652
Hunter Lab64.384247.2817-7.5915
CIE-Lab70.492350.5413-12.2384

#f987c4 color RGB value is (249,135,196).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 10000111 11000100
Octal 371 207 304
Decimal 249 135 196
Hex F9 87 C4

RGB Percentages of Color #f987c4

%42.93
%23.28
%33.79

CMYK Percentages of Color #f987c4

%0
%46
%21
%2

Triadic Colors of #f987c4

#f987c4 #c4f987 #87c4f9

Analogous Colors of #f987c4

#f987c4 #f9878b #f587f9

Monochromatic Colors of #f987c4

#f987c4

Complementary Color

#f987c4 #87f9bc

#f987c4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f987c4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f987c4 Color CSS Codes

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

#f987c4 Text Font Color

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

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


#f987c4 Background Color

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

This div background color is #f987c4


#f987c4 Border Color

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

This div border color is #f987c4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f987c4


Comments

No comments written yet.

Please login to write comment.