Color Hex Logo

#f7987f Color Hex

#F7987F
(247,152,127)
0 Favorites   0 Comments

Color spaces of #f7987f

RGB 247152127
HSL0.030.880.73
HSV13°49°97°
CMYK 0.000.380.49   0.03
XYZ53.416843.762925.7104
Yxy43.76290.43470.3561
Hunter Lab66.153528.364223.2646
CIE-Lab72.069733.008628.2270

#f7987f color RGB value is (247,152,127).

#f7987f hex color red value is 247, green value is 152 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #f7987f hue: 0.03 , saturation: 0.88 and the lightness value of f7987f is 0.73.

The process color (four color CMYK) of #f7987f color hex is 0.00, 0.38, 0.49, 0.03. Web safe color of #f7987f is #ff9966. Color #f7987f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110111 10011000 01111111
Octal 367 230 177
Decimal 247 152 127
Hex F7 98 7F

RGB Percentages of Color #f7987f

%46.96
%28.90
%24.14

CMYK Percentages of Color #f7987f

%0
%38
%49
%3

Triadic Colors of #f7987f

#f7987f #7ff798 #987ff7

Analogous Colors of #f7987f

#f7987f #f7d47f #f77fa2

Monochromatic Colors of #f7987f

#f7987f

Complementary Color

#f7987f #7fdef7

#f7987f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f7987f Color Preview on White Background

Lorem ipsum dolor sit amet.

#f7987f Color CSS Codes

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

#f7987f Text Font Color

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

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


#f7987f Background Color

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

This div background color is #f7987f


#f7987f Border Color

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

This div border color is #f7987f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(247,152,127, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #f7987f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #f7987f;
  -webkit-box-shadow: 1px 1px 3px 2px #f7987f;
  box-shadow:         1px 1px 3px 2px #f7987f; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(247,152,127, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f7987f

Related Colors


Comments

No comments written yet.

Please login to write comment.