Color Hex Logo

#f07776 Color Hex

#F07776
(240,119,118)
0 Favorites   0 Comments

Color spaces of #f07776

RGB 240119118
HSL0.000.800.70
HSV51°94°
CMYK 0.000.500.51   0.06
XYZ45.802033.026921.1003
Yxy33.02690.45830.3305
Hunter Lab57.469041.691118.4594
CIE-Lab64.182746.384322.5088

#f07776 color RGB value is (240,119,118).

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

The process color (four color CMYK) of #f07776 color hex is 0.00, 0.50, 0.51, 0.06. Web safe color of #f07776 is #ff6666. Color #f07776 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 01110111 01110110
Octal 360 167 166
Decimal 240 119 118
Hex F0 77 76

RGB Percentages of Color #f07776

%50.31
%24.95
%24.74

CMYK Percentages of Color #f07776

%0
%50
%51
%6

Triadic Colors of #f07776

#f07776 #76f077 #7776f0

Analogous Colors of #f07776

#f07776 #f0b476 #f076b2

Monochromatic Colors of #f07776

#f07776

Complementary Color

#f07776 #76eff0

#f07776 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f07776 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f07776 Color CSS Codes

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

#f07776 Text Font Color

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

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


#f07776 Background Color

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

This div background color is #f07776


#f07776 Border Color

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

This div border color is #f07776


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f07776


Comments

No comments written yet.

Please login to write comment.