Color Hex Logo

#ff7eda Color Hex

#FF7EDA
(255,126,218)
0 Favorites   0 Comments

Color spaces of #ff7eda

RGB 255126218
HSL0.881.000.75
HSV317°51°100°
CMYK 0.000.510.15   0.00
XYZ61.355741.243771.0567
Yxy41.24370.35330.2375
Hunter Lab64.221358.1481-20.6457
CIE-Lab70.346359.9420-24.6053

#ff7eda color RGB value is (255,126,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 01111110 11011010
Octal 377 176 332
Decimal 255 126 218
Hex FF 7E DA

RGB Percentages of Color #ff7eda

%42.57
%21.04
%36.39

CMYK Percentages of Color #ff7eda

%0
%51
%15
%0

Triadic Colors of #ff7eda

#ff7eda #daff7e #7edaff

Analogous Colors of #ff7eda

#ff7eda #ff7e9a #e47eff

Monochromatic Colors of #ff7eda

#ff7eda

Complementary Color

#ff7eda #7effa3

#ff7eda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff7eda Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff7eda Color CSS Codes

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

#ff7eda Text Font Color

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

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


#ff7eda Background Color

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

This div background color is #ff7eda


#ff7eda Border Color

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

This div border color is #ff7eda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff7eda


Comments

No comments written yet.

Please login to write comment.