Color Hex Logo

#f76b76 Color Hex

#F76B76
(247,107,118)
0 Favorites   0 Comments

Color spaces of #f76b76

RGB 247107118
HSL0.990.900.69
HSV355°57°97°
CMYK 0.000.570.52   0.03
XYZ46.885531.597620.7673
Yxy31.59760.47240.3184
Hunter Lab56.211750.514017.4437
CIE-Lab63.008954.510821.0972

#f76b76 color RGB value is (247,107,118).

#f76b76 hex color red value is 247, green value is 107 and the blue value of its RGB is 118. Cylindrical-coordinate representations (also known as HSL) of color #f76b76 hue: 0.99 , saturation: 0.90 and the lightness value of f76b76 is 0.69.

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

Base Numbers

BaseRedGreenBlue
Binary 11110111 01101011 01110110
Octal 367 153 166
Decimal 247 107 118
Hex F7 6B 76

RGB Percentages of Color #f76b76

%52.33
%22.67
%25.00

CMYK Percentages of Color #f76b76

%0
%57
%52
%3

Triadic Colors of #f76b76

#f76b76 #76f76b #6b76f7

Analogous Colors of #f76b76

#f76b76 #f7a66b #f76bbc

Monochromatic Colors of #f76b76

#f76b76

Complementary Color

#f76b76 #6bf7ec

#f76b76 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f76b76 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f76b76 Color CSS Codes

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

#f76b76 Text Font Color

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

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


#f76b76 Background Color

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

This div background color is #f76b76


#f76b76 Border Color

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

This div border color is #f76b76


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f76b76


Comments

No comments written yet.

Please login to write comment.