Color Hex Logo

#f04efa Color Hex

#F04EFA
(240,78,250)
0 Favorites   0 Comments

Color spaces of #f04efa

RGB 24078250
HSL0.820.950.64
HSV297°69°98°
CMYK 0.040.690.00   0.02
XYZ55.914930.876293.4551
Yxy30.87620.31020.1713
Hunter Lab55.566482.3785-60.8213
CIE-Lab62.403081.0101-54.8913

#f04efa color RGB value is (240,78,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110000 01001110 11111010
Octal 360 116 372
Decimal 240 78 250
Hex F0 4E FA

RGB Percentages of Color #f04efa

%42.25
%13.73
%44.01

CMYK Percentages of Color #f04efa

%4
%69
%0
%2

Triadic Colors of #f04efa

#f04efa #faf04e #4efaf0

Analogous Colors of #f04efa

#f04efa #fa4eae #9a4efa

Monochromatic Colors of #f04efa

#f04efa

Complementary Color

#f04efa #58fa4e

#f04efa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f04efa Color Preview on White Background

Lorem ipsum dolor sit amet.

#f04efa Color CSS Codes

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

#f04efa Text Font Color

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

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


#f04efa Background Color

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

This div background color is #f04efa


#f04efa Border Color

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

This div border color is #f04efa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f04efa


Comments

No comments written yet.

Please login to write comment.