Color Hex Logo

#fe6eda Color Hex

#FE6EDA
(254,110,218)
0 Favorites   0 Comments

Color spaces of #fe6eda

RGB 254110218
HSL0.880.990.71
HSV315°57°100°
CMYK 0.000.570.14   0.00
XYZ59.103937.284670.4112
Yxy37.28460.35430.2235
Hunter Lab61.061165.9215-25.6261
CIE-Lab67.490066.9013-29.0030

#fe6eda color RGB value is (254,110,218).

#fe6eda hex color red value is 254, green value is 110 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #fe6eda hue: 0.88 , saturation: 0.99 and the lightness value of fe6eda is 0.71.

The process color (four color CMYK) of #fe6eda color hex is 0.00, 0.57, 0.14, 0.00. Web safe color of #fe6eda is #ff66cc. Color #fe6eda contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 01101110 11011010
Octal 376 156 332
Decimal 254 110 218
Hex FE 6E DA

RGB Percentages of Color #fe6eda

%43.64
%18.90
%37.46

CMYK Percentages of Color #fe6eda

%0
%57
%14
%0

Triadic Colors of #fe6eda

#fe6eda #dafe6e #6edafe

Analogous Colors of #fe6eda

#fe6eda #fe6e92 #da6efe

Monochromatic Colors of #fe6eda

#fe6eda

Complementary Color

#fe6eda #6efe92

#fe6eda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe6eda Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe6eda Color CSS Codes

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

#fe6eda Text Font Color

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

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


#fe6eda Background Color

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

This div background color is #fe6eda


#fe6eda Border Color

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

This div border color is #fe6eda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe6eda


Comments

No comments written yet.

Please login to write comment.