Color Hex Logo

#f0987d Color Hex

#F0987D
(240,152,125)
0 Favorites   0 Comments

Color spaces of #f0987d

RGB 240152125
HSL0.040.790.72
HSV14°48°94°
CMYK 0.000.370.48   0.06
XYZ50.865142.462424.9172
Yxy42.46240.43020.3591
Hunter Lab65.163225.298022.9428
CIE-Lab71.188630.129127.9923

#f0987d color RGB value is (240,152,125).

#f0987d hex color red value is 240, green value is 152 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #f0987d hue: 0.04 , saturation: 0.79 and the lightness value of f0987d is 0.72.

The process color (four color CMYK) of #f0987d color hex is 0.00, 0.37, 0.48, 0.06. Web safe color of #f0987d is #ff9966. Color #f0987d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 10011000 01111101
Octal 360 230 175
Decimal 240 152 125
Hex F0 98 7D

RGB Percentages of Color #f0987d

%46.42
%29.40
%24.18

CMYK Percentages of Color #f0987d

%0
%37
%48
%6

Triadic Colors of #f0987d

#f0987d #7df098 #987df0

Analogous Colors of #f0987d

#f0987d #f0d27d #f07d9c

Monochromatic Colors of #f0987d

#f0987d

Complementary Color

#f0987d #7dd5f0

#f0987d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f0987d Color Preview on White Background

Lorem ipsum dolor sit amet.

#f0987d Color CSS Codes

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

#f0987d Text Font Color

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

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


#f0987d Background Color

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

This div background color is #f0987d


#f0987d Border Color

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

This div border color is #f0987d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f0987d


Comments

No comments written yet.

Please login to write comment.