Color Hex Logo

#f7707b Color Hex

#F7707B
(247,112,123)
0 Favorites   0 Comments

Color spaces of #f7707b

RGB 247112123
HSL0.990.890.70
HSV355°55°97°
CMYK 0.000.550.50   0.03
XYZ47.727132.792622.5530
Yxy32.79260.46300.3182
Hunter Lab57.264848.556616.7348
CIE-Lab63.992652.620419.5838

#f7707b color RGB value is (247,112,123).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110111 01110000 01111011
Octal 367 160 173
Decimal 247 112 123
Hex F7 70 7B

RGB Percentages of Color #f7707b

%51.24
%23.24
%25.52

CMYK Percentages of Color #f7707b

%0
%55
%50
%3

Triadic Colors of #f7707b

#f7707b #7bf770 #707bf7

Analogous Colors of #f7707b

#f7707b #f7a970 #f770bf

Monochromatic Colors of #f7707b

#f7707b

Complementary Color

#f7707b #70f7ec

#f7707b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f7707b Color Preview on White Background

Lorem ipsum dolor sit amet.

#f7707b Color CSS Codes

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

#f7707b Text Font Color

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

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


#f7707b Background Color

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

This div background color is #f7707b


#f7707b Border Color

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

This div border color is #f7707b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f7707b


Comments

No comments written yet.

Please login to write comment.