Color Hex Logo

#f06efc Color Hex

#F06EFC
(240,110,252)
0 Favorites   0 Comments

Color spaces of #f06efc

RGB 240110252
HSL0.820.960.71
HSV295°56°99°
CMYK 0.050.560.00   0.01
XYZ59.081836.705496.0664
Yxy36.70540.30800.1913
Hunter Lab60.585068.0475-51.6035
CIE-Lab67.055468.7213-48.6239

#f06efc color RGB value is (240,110,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110000 01101110 11111100
Octal 360 156 374
Decimal 240 110 252
Hex F0 6E FC

RGB Percentages of Color #f06efc

%39.87
%18.27
%41.86

CMYK Percentages of Color #f06efc

%5
%56
%0
%1

Triadic Colors of #f06efc

#f06efc #fcf06e #6efcf0

Analogous Colors of #f06efc

#f06efc #fc6ec1 #a96efc

Monochromatic Colors of #f06efc

#f06efc

Complementary Color

#f06efc #7afc6e

#f06efc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f06efc Color Preview on White Background

Lorem ipsum dolor sit amet.

#f06efc Color CSS Codes

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

#f06efc Text Font Color

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

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


#f06efc Background Color

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

This div background color is #f06efc


#f06efc Border Color

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

This div border color is #f06efc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f06efc


Comments

No comments written yet.

Please login to write comment.