Color Hex Logo

#fd987f Color Hex

#FD987F
(253,152,127)
0 Favorites   0 Comments

Color spaces of #fd987f

RGB 253152127
HSL0.030.970.75
HSV12°50°99°
CMYK 0.000.400.50   0.01
XYZ55.567044.871425.8110
Yxy44.87140.44010.3554
Hunter Lab66.986130.845424.0447
CIE-Lab72.807135.294029.3373

#fd987f color RGB value is (253,152,127).

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

The process color (four color CMYK) of #fd987f color hex is 0.00, 0.40, 0.50, 0.01. Web safe color of #fd987f is #ff9966. Color #fd987f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 10011000 01111111
Octal 375 230 177
Decimal 253 152 127
Hex FD 98 7F

RGB Percentages of Color #fd987f

%47.56
%28.57
%23.87

CMYK Percentages of Color #fd987f

%0
%40
%50
%1

Triadic Colors of #fd987f

#fd987f #7ffd98 #987ffd

Analogous Colors of #fd987f

#fd987f #fdd77f #fd7fa5

Monochromatic Colors of #fd987f

#fd987f

Complementary Color

#fd987f #7fe4fd

#fd987f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd987f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd987f Color CSS Codes

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

#fd987f Text Font Color

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

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


#fd987f Background Color

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

This div background color is #fd987f


#fd987f Border Color

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

This div border color is #fd987f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(253,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 #fd987f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd987f


Comments

No comments written yet.

Please login to write comment.