Color Hex Logo

#f04fde Color Hex

#F04FDE
(240,79,222)
0 Favorites   0 Comments

Color spaces of #f04fde

RGB 24079222
HSL0.850.840.63
HSV307°67°94°
CMYK 0.000.670.08   0.06
XYZ51.916029.391272.0440
Yxy29.39120.33850.1917
Hunter Lab54.213776.0610-40.8404
CIE-Lab61.125376.2817-41.3033

#f04fde color RGB value is (240,79,222).

#f04fde hex color red value is 240, green value is 79 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #f04fde hue: 0.85 , saturation: 0.84 and the lightness value of f04fde is 0.63.

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

Base Numbers

BaseRedGreenBlue
Binary 11110000 01001111 11011110
Octal 360 117 336
Decimal 240 79 222
Hex F0 4F DE

RGB Percentages of Color #f04fde

%44.36
%14.60
%41.04

CMYK Percentages of Color #f04fde

%0
%67
%8
%6

Triadic Colors of #f04fde

#f04fde #def04f #4fdef0

Analogous Colors of #f04fde

#f04fde #f04f8e #b24ff0

Monochromatic Colors of #f04fde

#f04fde

Complementary Color

#f04fde #4ff061

#f04fde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f04fde Color Preview on White Background

Lorem ipsum dolor sit amet.

#f04fde Color CSS Codes

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

#f04fde Text Font Color

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

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


#f04fde Background Color

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

This div background color is #f04fde


#f04fde Border Color

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

This div border color is #f04fde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f04fde


Comments

No comments written yet.

Please login to write comment.