Color Hex Logo

#f079a8 Color Hex

#F079A8
(240,121,168)
0 Favorites   0 Comments

Color spaces of #f079a8

RGB 240121168
HSL0.930.800.71
HSV336°50°94°
CMYK 0.000.500.30   0.06
XYZ49.840435.027241.1798
Yxy35.02720.39540.2779
Hunter Lab59.183846.74850.1749
CIE-Lab65.769850.7412-3.6519

#f079a8 color RGB value is (240,121,168).

#f079a8 hex color red value is 240, green value is 121 and the blue value of its RGB is 168. Cylindrical-coordinate representations (also known as HSL) of color #f079a8 hue: 0.93 , saturation: 0.80 and the lightness value of f079a8 is 0.71.

The process color (four color CMYK) of #f079a8 color hex is 0.00, 0.50, 0.30, 0.06. Web safe color of #f079a8 is #ff6699. Color #f079a8 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 01111001 10101000
Octal 360 171 250
Decimal 240 121 168
Hex F0 79 A8

RGB Percentages of Color #f079a8

%45.37
%22.87
%31.76

CMYK Percentages of Color #f079a8

%0
%50
%30
%6

Triadic Colors of #f079a8

#f079a8 #a8f079 #79a8f0

Analogous Colors of #f079a8

#f079a8 #f08679 #f079e4

Monochromatic Colors of #f079a8

#f079a8

Complementary Color

#f079a8 #79f0c1

#f079a8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f079a8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f079a8 Color CSS Codes

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

#f079a8 Text Font Color

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

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


#f079a8 Background Color

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

This div background color is #f079a8


#f079a8 Border Color

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

This div border color is #f079a8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f079a8


Comments

No comments written yet.

Please login to write comment.