Color Hex Logo

#f07092 Color Hex

#F07092
(240,112,146)
0 Favorites   0 Comments

Color spaces of #f07092

RGB 240112146
HSL0.960.810.69
HSV344°53°94°
CMYK 0.000.530.39   0.06
XYZ46.917732.188930.9344
Yxy32.18890.42640.2925
Hunter Lab56.735348.32547.3873
CIE-Lab63.498752.49005.5875

#f07092 color RGB value is (240,112,146).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110000 01110000 10010010
Octal 360 160 222
Decimal 240 112 146
Hex F0 70 92

RGB Percentages of Color #f07092

%48.19
%22.49
%29.32

CMYK Percentages of Color #f07092

%0
%53
%39
%6

Triadic Colors of #f07092

#f07092 #92f070 #7092f0

Analogous Colors of #f07092

#f07092 #f08e70 #f070d2

Monochromatic Colors of #f07092

#f07092

Complementary Color

#f07092 #70f0ce

#f07092 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f07092 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f07092 Color CSS Codes

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

#f07092 Text Font Color

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

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


#f07092 Background Color

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

This div background color is #f07092


#f07092 Border Color

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

This div border color is #f07092


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f07092


Comments

No comments written yet.

Please login to write comment.