Color Hex Logo

#f0778e Color Hex

#F0778E
(240,119,142)
0 Favorites   0 Comments

Color spaces of #f0778e

RGB 240119142
HSL0.970.800.70
HSV349°50°94°
CMYK 0.000.500.41   0.06
XYZ47.414533.671929.5915
Yxy33.67190.42840.3042
Hunter Lab58.027544.305010.3839
CIE-Lab64.701348.69629.5917

#f0778e color RGB value is (240,119,142).

#f0778e hex color red value is 240, green value is 119 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #f0778e hue: 0.97 , saturation: 0.80 and the lightness value of f0778e is 0.70.

The process color (four color CMYK) of #f0778e color hex is 0.00, 0.50, 0.41, 0.06. Web safe color of #f0778e is #ff6699. Color #f0778e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 01110111 10001110
Octal 360 167 216
Decimal 240 119 142
Hex F0 77 8E

RGB Percentages of Color #f0778e

%47.90
%23.75
%28.34

CMYK Percentages of Color #f0778e

%0
%50
%41
%6

Triadic Colors of #f0778e

#f0778e #8ef077 #778ef0

Analogous Colors of #f0778e

#f0778e #f09d77 #f077cb

Monochromatic Colors of #f0778e

#f0778e

Complementary Color

#f0778e #77f0d9

#f0778e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f0778e Color Preview on White Background

Lorem ipsum dolor sit amet.

#f0778e Color CSS Codes

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

#f0778e Text Font Color

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

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


#f0778e Background Color

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

This div background color is #f0778e


#f0778e Border Color

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

This div border color is #f0778e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f0778e


Comments

No comments written yet.

Please login to write comment.