Color Hex Logo

#f06779 Color Hex

#F06779
(240,103,121)
0 Favorites   0 Comments

Color spaces of #f06779

RGB 240103121
HSL0.980.820.67
HSV352°57°94°
CMYK 0.000.570.50   0.06
XYZ44.236629.606221.4722
Yxy29.60620.46410.3106
Hunter Lab54.411649.900214.6908
CIE-Lab61.312954.236216.8850

#f06779 color RGB value is (240,103,121).

#f06779 hex color red value is 240, green value is 103 and the blue value of its RGB is 121. Cylindrical-coordinate representations (also known as HSL) of color #f06779 hue: 0.98 , saturation: 0.82 and the lightness value of f06779 is 0.67.

The process color (four color CMYK) of #f06779 color hex is 0.00, 0.57, 0.50, 0.06. Web safe color of #f06779 is #ff6666. Color #f06779 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 01100111 01111001
Octal 360 147 171
Decimal 240 103 121
Hex F0 67 79

RGB Percentages of Color #f06779

%51.72
%22.20
%26.08

CMYK Percentages of Color #f06779

%0
%57
%50
%6

Triadic Colors of #f06779

#f06779 #79f067 #6779f0

Analogous Colors of #f06779

#f06779 #f09a67 #f067be

Monochromatic Colors of #f06779

#f06779

Complementary Color

#f06779 #67f0de

#f06779 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f06779 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f06779 Color CSS Codes

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

#f06779 Text Font Color

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

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


#f06779 Background Color

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

This div background color is #f06779


#f06779 Border Color

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

This div border color is #f06779


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f06779


Comments

No comments written yet.

Please login to write comment.