Color Hex Logo

#f06dec Color Hex

#F06DEC
(240,109,236)
0 Favorites   0 Comments

Color spaces of #f06dec

RGB 240109236
HSL0.840.810.68
HSV302°55°94°
CMYK 0.000.550.02   0.06
XYZ56.544135.518783.2325
Yxy35.51870.32260.2026
Hunter Lab59.597665.0589-41.0847
CIE-Lab66.150566.4226-41.2305

#f06dec color RGB value is (240,109,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110000 01101101 11101100
Octal 360 155 354
Decimal 240 109 236
Hex F0 6D EC

RGB Percentages of Color #f06dec

%41.03
%18.63
%40.34

CMYK Percentages of Color #f06dec

%0
%55
%2
%6

Triadic Colors of #f06dec

#f06dec #ecf06d #6decf0

Analogous Colors of #f06dec

#f06dec #f06dab #b36df0

Monochromatic Colors of #f06dec

#f06dec

Complementary Color

#f06dec #6df071

#f06dec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f06dec Color Preview on White Background

Lorem ipsum dolor sit amet.

#f06dec Color CSS Codes

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

#f06dec Text Font Color

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

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


#f06dec Background Color

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

This div background color is #f06dec


#f06dec Border Color

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

This div border color is #f06dec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f06dec


Comments

No comments written yet.

Please login to write comment.