Color Hex Logo

#f079de Color Hex

#F079DE
(240,121,222)
0 Favorites   0 Comments

Color spaces of #f079de

RGB 240121222
HSL0.860.800.71
HSV309°50°94°
CMYK 0.000.500.08   0.06
XYZ55.957437.473973.3912
Yxy37.47390.33540.2246
Hunter Lab61.215956.0387-28.2311
CIE-Lab67.631158.5814-31.1661

#f079de color RGB value is (240,121,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110000 01111001 11011110
Octal 360 171 336
Decimal 240 121 222
Hex F0 79 DE

RGB Percentages of Color #f079de

%41.17
%20.75
%38.08

CMYK Percentages of Color #f079de

%0
%50
%8
%6

Triadic Colors of #f079de

#f079de #def079 #79def0

Analogous Colors of #f079de

#f079de #f079a3 #c779f0

Monochromatic Colors of #f079de

#f079de

Complementary Color

#f079de #79f08b

#f079de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f079de Color Preview on White Background

Lorem ipsum dolor sit amet.

#f079de Color CSS Codes

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

#f079de Text Font Color

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

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


#f079de Background Color

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

This div background color is #f079de


#f079de Border Color

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

This div border color is #f079de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f079de


Comments

No comments written yet.

Please login to write comment.