Color Hex Logo

#f04eed Color Hex

#F04EED
(240,78,237)
0 Favorites   0 Comments

Color spaces of #f04eed

RGB 24078237
HSL0.840.840.62
HSV301°68°94°
CMYK 0.000.680.01   0.06
XYZ53.945630.088583.0852
Yxy30.08850.32280.1800
Hunter Lab54.853079.5545-51.4088
CIE-Lab61.730578.9314-48.7433

#f04eed color RGB value is (240,78,237).

#f04eed hex color red value is 240, green value is 78 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #f04eed hue: 0.84 , saturation: 0.84 and the lightness value of f04eed is 0.62.

The process color (four color CMYK) of #f04eed color hex is 0.00, 0.68, 0.01, 0.06. Web safe color of #f04eed is #ff66ff. Color #f04eed contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 01001110 11101101
Octal 360 116 355
Decimal 240 78 237
Hex F0 4E ED

RGB Percentages of Color #f04eed

%43.24
%14.05
%42.70

CMYK Percentages of Color #f04eed

%0
%68
%1
%6

Triadic Colors of #f04eed

#f04eed #edf04e #4eedf0

Analogous Colors of #f04eed

#f04eed #f04e9c #a24ef0

Monochromatic Colors of #f04eed

#f04eed

Complementary Color

#f04eed #4ef051

#f04eed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f04eed Color Preview on White Background

Lorem ipsum dolor sit amet.

#f04eed Color CSS Codes

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

#f04eed Text Font Color

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

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


#f04eed Background Color

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

This div background color is #f04eed


#f04eed Border Color

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

This div border color is #f04eed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f04eed


Comments

No comments written yet.

Please login to write comment.