Color Hex Logo

#ff4eda Color Hex

#FF4EDA
(255,78,218)
0 Favorites   0 Comments

Color spaces of #ff4eda

RGB 25578218
HSL0.871.000.65
HSV313°69°100°
CMYK 0.000.690.15   0.00
XYZ56.619331.770769.4779
Yxy31.77070.35860.2012
Hunter Lab56.365580.6641-33.6269
CIE-Lab63.152979.5296-35.7132

#ff4eda color RGB value is (255,78,218).

#ff4eda hex color red value is 255, green value is 78 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #ff4eda hue: 0.87 , saturation: 1.00 and the lightness value of ff4eda is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 01001110 11011010
Octal 377 116 332
Decimal 255 78 218
Hex FF 4E DA

RGB Percentages of Color #ff4eda

%46.28
%14.16
%39.56

CMYK Percentages of Color #ff4eda

%0
%69
%15
%0

Triadic Colors of #ff4eda

#ff4eda #daff4e #4edaff

Analogous Colors of #ff4eda

#ff4eda #ff4e82 #cc4eff

Monochromatic Colors of #ff4eda

#ff4eda

Complementary Color

#ff4eda #4eff73

#ff4eda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff4eda Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff4eda Color CSS Codes

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

#ff4eda Text Font Color

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

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


#ff4eda Background Color

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

This div background color is #ff4eda


#ff4eda Border Color

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

This div border color is #ff4eda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff4eda


Comments

No comments written yet.

Please login to write comment.