Color Hex Logo

#f06fda Color Hex

#F06FDA
(240,111,218)
0 Favorites   0 Comments

Color spaces of #f06fda

RGB 240111218
HSL0.860.810.69
HSV310°54°94°
CMYK 0.000.540.09   0.06
XYZ54.274534.956170.2163
Yxy34.95610.34040.2192
Hunter Lab59.123760.3934-29.0272
CIE-Lab65.714562.5987-31.9046

#f06fda color RGB value is (240,111,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110000 01101111 11011010
Octal 360 157 332
Decimal 240 111 218
Hex F0 6F DA

RGB Percentages of Color #f06fda

%42.18
%19.51
%38.31

CMYK Percentages of Color #f06fda

%0
%54
%9
%6

Triadic Colors of #f06fda

#f06fda #daf06f #6fdaf0

Analogous Colors of #f06fda

#f06fda #f06f9a #c66ff0

Monochromatic Colors of #f06fda

#f06fda

Complementary Color

#f06fda #6ff085

#f06fda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f06fda Color Preview on White Background

Lorem ipsum dolor sit amet.

#f06fda Color CSS Codes

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

#f06fda Text Font Color

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

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


#f06fda Background Color

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

This div background color is #f06fda


#f06fda Border Color

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

This div border color is #f06fda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f06fda


Comments

No comments written yet.

Please login to write comment.