Color Hex Logo

#f0798b Color Hex

#F0798B
(240,121,139)
0 Favorites   0 Comments

Color spaces of #f0798b

RGB 240121139
HSL0.970.800.71
HSV351°50°94°
CMYK 0.000.500.42   0.06
XYZ47.432834.064128.5011
Yxy34.06410.43120.3097
Hunter Lab58.364542.929211.9021
CIE-Lab65.013447.401911.7410

#f0798b color RGB value is (240,121,139).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110000 01111001 10001011
Octal 360 171 213
Decimal 240 121 139
Hex F0 79 8B

RGB Percentages of Color #f0798b

%48.00
%24.20
%27.80

CMYK Percentages of Color #f0798b

%0
%50
%42
%6

Triadic Colors of #f0798b

#f0798b #8bf079 #798bf0

Analogous Colors of #f0798b

#f0798b #f0a379 #f079c7

Monochromatic Colors of #f0798b

#f0798b

Complementary Color

#f0798b #79f0de

#f0798b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f0798b Color Preview on White Background

Lorem ipsum dolor sit amet.

#f0798b Color CSS Codes

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

#f0798b Text Font Color

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

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


#f0798b Background Color

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

This div background color is #f0798b


#f0798b Border Color

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

This div border color is #f0798b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f0798b


Comments

No comments written yet.

Please login to write comment.