Color Hex Logo

#f01eda Color Hex

#F01EDA
(240,30,218)
0 Favorites   0 Comments

Color spaces of #f01eda

RGB 24030218
HSL0.850.880.53
HSV306°88°94°
CMYK 0.000.880.09   0.06
XYZ49.054324.515868.4762
Yxy24.51580.34530.1726
Hunter Lab49.513490.1963-47.3376
CIE-Lab56.600688.1329-46.1789

#f01eda color RGB value is (240,30,218).

#f01eda hex color red value is 240, green value is 30 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #f01eda hue: 0.85 , saturation: 0.88 and the lightness value of f01eda is 0.53.

The process color (four color CMYK) of #f01eda color hex is 0.00, 0.88, 0.09, 0.06. Web safe color of #f01eda is #ff33cc. Color #f01eda contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 00011110 11011010
Octal 360 36 332
Decimal 240 30 218
Hex F0 1E DA

RGB Percentages of Color #f01eda

%49.18
%6.15
%44.67

CMYK Percentages of Color #f01eda

%0
%88
%9
%6

Triadic Colors of #f01eda

#f01eda #daf01e #1edaf0

Analogous Colors of #f01eda

#f01eda #f01e71 #9d1ef0

Monochromatic Colors of #f01eda

#f01eda

Complementary Color

#f01eda #1ef034

#f01eda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f01eda Color Preview on White Background

Lorem ipsum dolor sit amet.

#f01eda Color CSS Codes

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

#f01eda Text Font Color

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

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


#f01eda Background Color

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

This div background color is #f01eda


#f01eda Border Color

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

This div border color is #f01eda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f01eda


Comments

No comments written yet.

Please login to write comment.