Color Hex Logo

#f04efe Color Hex

#F04EFE
(240,78,254)
0 Favorites   0 Comments

Color spaces of #f04efe

RGB 24078254
HSL0.820.990.65
HSV295°69°100°
CMYK 0.060.690.00   0.00
XYZ56.549031.129896.7941
Yxy31.12980.30650.1687
Hunter Lab55.794183.2755-63.8031
CIE-Lab62.617181.6652-56.7594

#f04efe color RGB value is (240,78,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110000 01001110 11111110
Octal 360 116 376
Decimal 240 78 254
Hex F0 4E FE

RGB Percentages of Color #f04efe

%41.96
%13.64
%44.41

CMYK Percentages of Color #f04efe

%6
%69
%0
%0

Triadic Colors of #f04efe

#f04efe #fef04e #4efef0

Analogous Colors of #f04efe

#f04efe #fe4eb4 #984efe

Monochromatic Colors of #f04efe

#f04efe

Complementary Color

#f04efe #5cfe4e

#f04efe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f04efe Color Preview on White Background

Lorem ipsum dolor sit amet.

#f04efe Color CSS Codes

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

#f04efe Text Font Color

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

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


#f04efe Background Color

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

This div background color is #f04efe


#f04efe Border Color

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

This div border color is #f04efe


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(240,78,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 #f04efe">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f04efe


Comments

No comments written yet.

Please login to write comment.