Color Hex Logo

#f06def Color Hex

#F06DEF
(240,109,239)
0 Favorites   0 Comments

Color spaces of #f06def

RGB 240109239
HSL0.830.810.68
HSV300°55°94°
CMYK 0.000.550.00   0.06
XYZ56.983835.694585.5477
Yxy35.69450.31970.2003
Hunter Lab59.744965.6972-43.0750
CIE-Lab66.285866.9265-42.6773

#f06def color RGB value is (240,109,239).

#f06def hex color red value is 240, green value is 109 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #f06def hue: 0.83 , saturation: 0.81 and the lightness value of f06def is 0.68.

The process color (four color CMYK) of #f06def color hex is 0.00, 0.55, 0.00, 0.06. Web safe color of #f06def is #ff66ff. Color #f06def contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 01101101 11101111
Octal 360 155 357
Decimal 240 109 239
Hex F0 6D EF

RGB Percentages of Color #f06def

%40.82
%18.54
%40.65

CMYK Percentages of Color #f06def

%0
%55
%0
%6

Triadic Colors of #f06def

#f06def #eff06d #6deff0

Analogous Colors of #f06def

#f06def #f06dae #b06df0

Monochromatic Colors of #f06def

#f06def

Complementary Color

#f06def #6df06e

#f06def Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f06def Color Preview on White Background

Lorem ipsum dolor sit amet.

#f06def Color CSS Codes

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

#f06def Text Font Color

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

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


#f06def Background Color

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

This div background color is #f06def


#f06def Border Color

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

This div border color is #f06def


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f06def


Comments

No comments written yet.

Please login to write comment.