Color Hex Logo

#f06ef9 Color Hex

#F06EF9
(240,110,249)
0 Favorites   0 Comments

Color spaces of #f06ef9

RGB 240110249
HSL0.820.920.70
HSV296°56°98°
CMYK 0.040.560.00   0.02
XYZ58.610036.516793.5819
Yxy36.51670.31060.1935
Hunter Lab60.429067.3759-49.5176
CIE-Lab66.912868.1969-47.2016

#f06ef9 color RGB value is (240,110,249).

#f06ef9 hex color red value is 240, green value is 110 and the blue value of its RGB is 249. Cylindrical-coordinate representations (also known as HSL) of color #f06ef9 hue: 0.82 , saturation: 0.92 and the lightness value of f06ef9 is 0.70.

The process color (four color CMYK) of #f06ef9 color hex is 0.04, 0.56, 0.00, 0.02. Web safe color of #f06ef9 is #ff66ff. Color #f06ef9 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 01101110 11111001
Octal 360 156 371
Decimal 240 110 249
Hex F0 6E F9

RGB Percentages of Color #f06ef9

%40.07
%18.36
%41.57

CMYK Percentages of Color #f06ef9

%4
%56
%0
%2

Triadic Colors of #f06ef9

#f06ef9 #f9f06e #6ef9f0

Analogous Colors of #f06ef9

#f06ef9 #f96ebd #ab6ef9

Monochromatic Colors of #f06ef9

#f06ef9

Complementary Color

#f06ef9 #77f96e

#f06ef9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f06ef9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f06ef9 Color CSS Codes

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

#f06ef9 Text Font Color

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

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


#f06ef9 Background Color

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

This div background color is #f06ef9


#f06ef9 Border Color

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

This div border color is #f06ef9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f06ef9

Related Colors

#f06ef9 Color Palettes


Comments

No comments written yet.

Please login to write comment.