Color Hex Logo

#f06ffe Color Hex

#F06FFE
(240,111,254)
0 Favorites   0 Comments

Color spaces of #f06ffe

RGB 240111254
HSL0.820.990.72
HSV294°56°100°
CMYK 0.060.560.00   0.00
XYZ59.509037.049997.7808
Yxy37.04990.30620.1906
Hunter Lab60.868667.9927-52.6368
CIE-Lab67.314568.6308-49.3117

#f06ffe color RGB value is (240,111,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110000 01101111 11111110
Octal 360 157 376
Decimal 240 111 254
Hex F0 6F FE

RGB Percentages of Color #f06ffe

%39.67
%18.35
%41.98

CMYK Percentages of Color #f06ffe

%6
%56
%0
%0

Triadic Colors of #f06ffe

#f06ffe #fef06f #6ffef0

Analogous Colors of #f06ffe

#f06ffe #fe6fc5 #a96ffe

Monochromatic Colors of #f06ffe

#f06ffe

Complementary Color

#f06ffe #7dfe6f

#f06ffe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f06ffe Color Preview on White Background

Lorem ipsum dolor sit amet.

#f06ffe Color CSS Codes

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

#f06ffe Text Font Color

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

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


#f06ffe Background Color

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

This div background color is #f06ffe


#f06ffe Border Color

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

This div border color is #f06ffe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f06ffe


Comments

No comments written yet.

Please login to write comment.