Color Hex Logo

#f77277 Color Hex

#F77277
(247,114,119)
0 Favorites   0 Comments

Color spaces of #f77277

RGB 247114119
HSL0.990.890.71
HSV358°54°97°
CMYK 0.000.540.52   0.03
XYZ47.704933.140721.3352
Yxy33.14070.46690.3243
Hunter Lab57.568047.173818.3242
CIE-Lab64.274751.343022.2395

#f77277 color RGB value is (247,114,119).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110111 01110010 01110111
Octal 367 162 167
Decimal 247 114 119
Hex F7 72 77

RGB Percentages of Color #f77277

%51.46
%23.75
%24.79

CMYK Percentages of Color #f77277

%0
%54
%52
%3

Triadic Colors of #f77277

#f77277 #77f772 #7277f7

Analogous Colors of #f77277

#f77277 #f7b072 #f772ba

Monochromatic Colors of #f77277

#f77277

Complementary Color

#f77277 #72f7f2

#f77277 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f77277 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f77277 Color CSS Codes

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

#f77277 Text Font Color

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

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


#f77277 Background Color

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

This div background color is #f77277


#f77277 Border Color

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

This div border color is #f77277


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f77277

Related Colors


Comments

No comments written yet.

Please login to write comment.