Color Hex Logo

#f06efb Color Hex

#F06EFB
(240,110,251)
0 Favorites   0 Comments

Color spaces of #f06efb

RGB 240110251
HSL0.820.950.71
HSV295°56°98°
CMYK 0.040.560.00   0.02
XYZ58.923736.642295.2338
Yxy36.64220.30880.1920
Hunter Lab60.532867.8227-50.9056
CIE-Lab67.007768.5459-48.1504

#f06efb color RGB value is (240,110,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110000 01101110 11111011
Octal 360 156 373
Decimal 240 110 251
Hex F0 6E FB

RGB Percentages of Color #f06efb

%39.93
%18.30
%41.76

CMYK Percentages of Color #f06efb

%4
%56
%0
%2

Triadic Colors of #f06efb

#f06efb #fbf06e #6efbf0

Analogous Colors of #f06efb

#f06efb #fb6ec0 #aa6efb

Monochromatic Colors of #f06efb

#f06efb

Complementary Color

#f06efb #79fb6e

#f06efb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f06efb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f06efb Color CSS Codes

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

#f06efb Text Font Color

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

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


#f06efb Background Color

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

This div background color is #f06efb


#f06efb Border Color

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

This div border color is #f06efb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f06efb

Related Colors


Comments

No comments written yet.

Please login to write comment.