Color Hex Logo

#f7706e Color Hex

#F7706E
(247,112,110)
0 Favorites   0 Comments

Color spaces of #f7706e

RGB 247112110
HSL0.000.900.70
HSV55°97°
CMYK 0.000.550.55   0.03
XYZ46.966432.488318.5473
Yxy32.48830.47920.3315
Hunter Lab56.998547.335420.6060
CIE-Lab63.744451.567526.6231

#f7706e color RGB value is (247,112,110).

#f7706e hex color red value is 247, green value is 112 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #f7706e hue: 0.00 , saturation: 0.90 and the lightness value of f7706e is 0.70.

The process color (four color CMYK) of #f7706e color hex is 0.00, 0.55, 0.55, 0.03. Web safe color of #f7706e is #ff6666. Color #f7706e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110111 01110000 01101110
Octal 367 160 156
Decimal 247 112 110
Hex F7 70 6E

RGB Percentages of Color #f7706e

%52.67
%23.88
%23.45

CMYK Percentages of Color #f7706e

%0
%55
%55
%3

Triadic Colors of #f7706e

#f7706e #6ef770 #706ef7

Analogous Colors of #f7706e

#f7706e #f7b56e #f76eb1

Monochromatic Colors of #f7706e

#f7706e

Complementary Color

#f7706e #6ef5f7

#f7706e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f7706e Color Preview on White Background

Lorem ipsum dolor sit amet.

#f7706e Color CSS Codes

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

#f7706e Text Font Color

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

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


#f7706e Background Color

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

This div background color is #f7706e


#f7706e Border Color

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

This div border color is #f7706e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f7706e


Comments

No comments written yet.

Please login to write comment.