Color Hex Logo

#f06fec Color Hex

#F06FEC
(240,111,236)
0 Favorites   0 Comments

Color spaces of #f06fec

RGB 240111236
HSL0.840.810.69
HSV302°54°94°
CMYK 0.000.540.02   0.06
XYZ56.759935.950383.3044
Yxy35.95030.32250.2042
Hunter Lab59.958664.0499-40.4045
CIE-Lab66.481965.5284-40.7118

#f06fec color RGB value is (240,111,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110000 01101111 11101100
Octal 360 157 354
Decimal 240 111 236
Hex F0 6F EC

RGB Percentages of Color #f06fec

%40.89
%18.91
%40.20

CMYK Percentages of Color #f06fec

%0
%54
%2
%6

Triadic Colors of #f06fec

#f06fec #ecf06f #6fecf0

Analogous Colors of #f06fec

#f06fec #f06fac #b46ff0

Monochromatic Colors of #f06fec

#f06fec

Complementary Color

#f06fec #6ff073

#f06fec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f06fec Color Preview on White Background

Lorem ipsum dolor sit amet.

#f06fec Color CSS Codes

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

#f06fec Text Font Color

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

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


#f06fec Background Color

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

This div background color is #f06fec


#f06fec Border Color

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

This div border color is #f06fec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f06fec


Comments

No comments written yet.

Please login to write comment.