Color Hex Logo

#f079da Color Hex

#F079DA
(240,121,218)
0 Favorites   0 Comments

Color spaces of #f079da

RGB 240121218
HSL0.860.800.71
HSV311°50°94°
CMYK 0.000.500.09   0.06
XYZ55.427437.262070.6006
Yxy37.26200.33940.2282
Hunter Lab61.042655.2555-25.8437
CIE-Lab67.473157.9349-29.1871

#f079da color RGB value is (240,121,218).

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

The process color (four color CMYK) of #f079da color hex is 0.00, 0.50, 0.09, 0.06. Web safe color of #f079da is #ff66cc. Color #f079da contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 01111001 11011010
Octal 360 171 332
Decimal 240 121 218
Hex F0 79 DA

RGB Percentages of Color #f079da

%41.45
%20.90
%37.65

CMYK Percentages of Color #f079da

%0
%50
%9
%6

Triadic Colors of #f079da

#f079da #daf079 #79daf0

Analogous Colors of #f079da

#f079da #f0799f #cb79f0

Monochromatic Colors of #f079da

#f079da

Complementary Color

#f079da #79f08f

#f079da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f079da Color Preview on White Background

Lorem ipsum dolor sit amet.

#f079da Color CSS Codes

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

#f079da Text Font Color

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

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


#f079da Background Color

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

This div background color is #f079da


#f079da Border Color

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

This div border color is #f079da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f079da


Comments

No comments written yet.

Please login to write comment.