Color Hex Logo

#f06eec Color Hex

#F06EEC
(240,110,236)
0 Favorites   0 Comments

Color spaces of #f06eec

RGB 240110236
HSL0.840.810.69
HSV302°54°94°
CMYK 0.000.540.02   0.06
XYZ56.651435.733383.2682
Yxy35.73330.32250.2034
Hunter Lab59.777364.5554-40.7452
CIE-Lab66.315665.9767-40.9720

#f06eec color RGB value is (240,110,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110000 01101110 11101100
Octal 360 156 354
Decimal 240 110 236
Hex F0 6E EC

RGB Percentages of Color #f06eec

%40.96
%18.77
%40.27

CMYK Percentages of Color #f06eec

%0
%54
%2
%6

Triadic Colors of #f06eec

#f06eec #ecf06e #6eecf0

Analogous Colors of #f06eec

#f06eec #f06eab #b36ef0

Monochromatic Colors of #f06eec

#f06eec

Complementary Color

#f06eec #6ef072

#f06eec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f06eec Color Preview on White Background

Lorem ipsum dolor sit amet.

#f06eec Color CSS Codes

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

#f06eec Text Font Color

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

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


#f06eec Background Color

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

This div background color is #f06eec


#f06eec Border Color

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

This div border color is #f06eec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f06eec


Comments

No comments written yet.

Please login to write comment.