Color Hex Logo

#f70779 Color Hex

#F70779
(247,7,121)
0 Favorites   0 Comments

Color spaces of #f70779

RGB 2477121
HSL0.920.940.50
HSV332°97°97°
CMYK 0.000.970.51   0.03
XYZ41.884921.306619.9942
Yxy21.30660.50350.2561
Hunter Lab46.159181.19316.6294
CIE-Lab53.283481.85435.7758

#f70779 color RGB value is (247,7,121).

#f70779 hex color red value is 247, green value is 7 and the blue value of its RGB is 121. Cylindrical-coordinate representations (also known as HSL) of color #f70779 hue: 0.92 , saturation: 0.94 and the lightness value of f70779 is 0.50.

The process color (four color CMYK) of #f70779 color hex is 0.00, 0.97, 0.51, 0.03. Web safe color of #f70779 is #ff0066. Color #f70779 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110111 00000111 01111001
Octal 367 7 171
Decimal 247 7 121
Hex F7 7 79

RGB Percentages of Color #f70779

%65.87
%1.87
%32.27

CMYK Percentages of Color #f70779

%0
%97
%51
%3

Triadic Colors of #f70779

#f70779 #79f707 #0779f7

Analogous Colors of #f70779

#f70779 #f70d07 #f707f1

Monochromatic Colors of #f70779

#f70779

Complementary Color

#f70779 #07f785

#f70779 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f70779 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f70779 Color CSS Codes

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

#f70779 Text Font Color

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

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


#f70779 Background Color

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

This div background color is #f70779


#f70779 Border Color

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

This div border color is #f70779


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f70779

Related Colors


Comments

No comments written yet.

Please login to write comment.