Color Hex Logo

#f06eef Color Hex

#F06EEF
(240,110,239)
0 Favorites   0 Comments

Color spaces of #f06eef

RGB 240110239
HSL0.830.810.69
HSV300°54°94°
CMYK 0.000.540.00   0.06
XYZ57.091135.909185.5835
Yxy35.90910.31970.2011
Hunter Lab59.924265.1935-42.7308
CIE-Lab66.450466.4816-42.4193

#f06eef color RGB value is (240,110,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110000 01101110 11101111
Octal 360 156 357
Decimal 240 110 239
Hex F0 6E EF

RGB Percentages of Color #f06eef

%40.75
%18.68
%40.58

CMYK Percentages of Color #f06eef

%0
%54
%0
%6

Triadic Colors of #f06eef

#f06eef #eff06e #6eeff0

Analogous Colors of #f06eef

#f06eef #f06eae #b06ef0

Monochromatic Colors of #f06eef

#f06eef

Complementary Color

#f06eef #6ef06f

#f06eef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f06eef Color Preview on White Background

Lorem ipsum dolor sit amet.

#f06eef Color CSS Codes

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

#f06eef Text Font Color

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

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


#f06eef Background Color

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

This div background color is #f06eef


#f06eef Border Color

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

This div border color is #f06eef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f06eef


Comments

No comments written yet.

Please login to write comment.