Color Hex Logo

#f04fda Color Hex

#F04FDA
(240,79,218)
0 Favorites   0 Comments

Color spaces of #f04fda

RGB 24079218
HSL0.860.840.63
HSV308°67°94°
CMYK 0.000.670.09   0.06
XYZ51.386129.179269.2535
Yxy29.17920.34300.1948
Hunter Lab54.017875.2726-38.2003
CIE-Lab60.939575.6876-39.3440

#f04fda color RGB value is (240,79,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110000 01001111 11011010
Octal 360 117 332
Decimal 240 79 218
Hex F0 4F DA

RGB Percentages of Color #f04fda

%44.69
%14.71
%40.60

CMYK Percentages of Color #f04fda

%0
%67
%9
%6

Triadic Colors of #f04fda

#f04fda #daf04f #4fdaf0

Analogous Colors of #f04fda

#f04fda #f04f8a #b64ff0

Monochromatic Colors of #f04fda

#f04fda

Complementary Color

#f04fda #4ff065

#f04fda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f04fda Color Preview on White Background

Lorem ipsum dolor sit amet.

#f04fda Color CSS Codes

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

#f04fda Text Font Color

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

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


#f04fda Background Color

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

This div background color is #f04fda


#f04fda Border Color

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

This div border color is #f04fda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f04fda


Comments

No comments written yet.

Please login to write comment.