Color Hex Logo

#f06ffa Color Hex

#F06FFA
(240,111,250)
0 Favorites   0 Comments

Color spaces of #f06ffa

RGB 240111250
HSL0.820.930.71
HSV296°56°98°
CMYK 0.040.560.00   0.02
XYZ58.874936.796394.4418
Yxy36.79630.30970.1935
Hunter Lab60.660067.0923-49.8469
CIE-Lab67.123967.9273-47.4183

#f06ffa color RGB value is (240,111,250).

#f06ffa hex color red value is 240, green value is 111 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #f06ffa hue: 0.82 , saturation: 0.93 and the lightness value of f06ffa is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 11110000 01101111 11111010
Octal 360 157 372
Decimal 240 111 250
Hex F0 6F FA

RGB Percentages of Color #f06ffa

%39.93
%18.47
%41.60

CMYK Percentages of Color #f06ffa

%4
%56
%0
%2

Triadic Colors of #f06ffa

#f06ffa #faf06f #6ffaf0

Analogous Colors of #f06ffa

#f06ffa #fa6fbf #ab6ffa

Monochromatic Colors of #f06ffa

#f06ffa

Complementary Color

#f06ffa #79fa6f

#f06ffa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f06ffa Color Preview on White Background

Lorem ipsum dolor sit amet.

#f06ffa Color CSS Codes

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

#f06ffa Text Font Color

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

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


#f06ffa Background Color

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

This div background color is #f06ffa


#f06ffa Border Color

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

This div border color is #f06ffa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f06ffa

Related Colors


Comments

No comments written yet.

Please login to write comment.