Color Hex Logo

#f0847f Color Hex

#F0847F
(240,132,127)
0 Favorites   0 Comments

Color spaces of #f0847f

RGB 240132127
HSL0.010.790.72
HSV47°94°
CMYK 0.000.450.47   0.06
XYZ48.017236.560124.6047
Yxy36.56010.43980.3349
Hunter Lab60.464935.939018.1989
CIE-Lab66.945740.695321.1905

#f0847f color RGB value is (240,132,127).

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

The process color (four color CMYK) of #f0847f color hex is 0.00, 0.45, 0.47, 0.06. Web safe color of #f0847f is #ff9966. Color #f0847f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 10000100 01111111
Octal 360 204 177
Decimal 240 132 127
Hex F0 84 7F

RGB Percentages of Color #f0847f

%48.10
%26.45
%25.45

CMYK Percentages of Color #f0847f

%0
%45
%47
%6

Triadic Colors of #f0847f

#f0847f #7ff084 #847ff0

Analogous Colors of #f0847f

#f0847f #f0bd7f #f07fb3

Monochromatic Colors of #f0847f

#f0847f

Complementary Color

#f0847f #7febf0

#f0847f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f0847f Color Preview on White Background

Lorem ipsum dolor sit amet.

#f0847f Color CSS Codes

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

#f0847f Text Font Color

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

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


#f0847f Background Color

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

This div background color is #f0847f


#f0847f Border Color

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

This div border color is #f0847f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f0847f


Comments

No comments written yet.

Please login to write comment.