Color Hex Logo

#f0708e Color Hex

#F0708E
(240,112,142)
0 Favorites   0 Comments

Color spaces of #f0708e

RGB 240112142
HSL0.960.810.69
HSV346°53°94°
CMYK 0.000.530.41   0.06
XYZ46.611832.066629.3239
Yxy32.06660.43160.2969
Hunter Lab56.627447.83118.9365
CIE-Lab63.397952.06387.7361

#f0708e color RGB value is (240,112,142).

#f0708e hex color red value is 240, green value is 112 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #f0708e hue: 0.96 , saturation: 0.81 and the lightness value of f0708e is 0.69.

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

Base Numbers

BaseRedGreenBlue
Binary 11110000 01110000 10001110
Octal 360 160 216
Decimal 240 112 142
Hex F0 70 8E

RGB Percentages of Color #f0708e

%48.58
%22.67
%28.74

CMYK Percentages of Color #f0708e

%0
%53
%41
%6

Triadic Colors of #f0708e

#f0708e #8ef070 #708ef0

Analogous Colors of #f0708e

#f0708e #f09270 #f070ce

Monochromatic Colors of #f0708e

#f0708e

Complementary Color

#f0708e #70f0d2

#f0708e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f0708e Color Preview on White Background

Lorem ipsum dolor sit amet.

#f0708e Color CSS Codes

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

#f0708e Text Font Color

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

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


#f0708e Background Color

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

This div background color is #f0708e


#f0708e Border Color

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

This div border color is #f0708e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f0708e


Comments

No comments written yet.

Please login to write comment.