Color Hex Logo

#f94eda Color Hex

#F94EDA
(249,78,218)
0 Favorites   0 Comments

Color spaces of #f94eda

RGB 24978218
HSL0.860.930.64
HSV311°69°98°
CMYK 0.000.690.12   0.02
XYZ54.446230.650569.3762
Yxy30.65050.35250.1984
Hunter Lab55.362978.6593-35.5433
CIE-Lab62.211578.1348-37.2523

#f94eda color RGB value is (249,78,218).

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

The process color (four color CMYK) of #f94eda color hex is 0.00, 0.69, 0.12, 0.02. Web safe color of #f94eda is #ff66cc. Color #f94eda contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 01001110 11011010
Octal 371 116 332
Decimal 249 78 218
Hex F9 4E DA

RGB Percentages of Color #f94eda

%45.69
%14.31
%40.00

CMYK Percentages of Color #f94eda

%0
%69
%12
%2

Triadic Colors of #f94eda

#f94eda #daf94e #4edaf9

Analogous Colors of #f94eda

#f94eda #f94e85 #c34ef9

Monochromatic Colors of #f94eda

#f94eda

Complementary Color

#f94eda #4ef96d

#f94eda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f94eda Color Preview on White Background

Lorem ipsum dolor sit amet.

#f94eda Color CSS Codes

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

#f94eda Text Font Color

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

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


#f94eda Background Color

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

This div background color is #f94eda


#f94eda Border Color

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

This div border color is #f94eda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f94eda


Comments

No comments written yet.

Please login to write comment.