Color Hex Logo

#f04eda Color Hex

#F04EDA
(240,78,218)
0 Favorites   0 Comments

Color spaces of #f04eda

RGB 24078218
HSL0.860.840.62
HSV308°68°94°
CMYK 0.000.680.09   0.06
XYZ51.314529.036069.2296
Yxy29.03600.34310.1941
Hunter Lab53.885175.6859-38.4541
CIE-Lab60.813476.0417-39.5415

#f04eda color RGB value is (240,78,218).

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

The process color (four color CMYK) of #f04eda color hex is 0.00, 0.68, 0.09, 0.06. Web safe color of #f04eda is #ff66cc. Color #f04eda contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 01001110 11011010
Octal 360 116 332
Decimal 240 78 218
Hex F0 4E DA

RGB Percentages of Color #f04eda

%44.78
%14.55
%40.67

CMYK Percentages of Color #f04eda

%0
%68
%9
%6

Triadic Colors of #f04eda

#f04eda #daf04e #4edaf0

Analogous Colors of #f04eda

#f04eda #f04e89 #b54ef0

Monochromatic Colors of #f04eda

#f04eda

Complementary Color

#f04eda #4ef064

#f04eda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f04eda Color Preview on White Background

Lorem ipsum dolor sit amet.

#f04eda Color CSS Codes

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

#f04eda Text Font Color

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

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


#f04eda Background Color

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

This div background color is #f04eda


#f04eda Border Color

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

This div border color is #f04eda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f04eda


Comments

No comments written yet.

Please login to write comment.