Color Hex Logo

#ed5eda Color Hex

#ED5EDA
(237,94,218)
0 Favorites   0 Comments

Color spaces of #ed5eda

RGB 23794218
HSL0.860.800.65
HSV308°60°93°
CMYK 0.000.600.08   0.07
XYZ51.582631.071969.6084
Yxy31.07190.33880.2041
Hunter Lab55.742267.6312-35.0192
CIE-Lab62.568369.1853-36.8289

#ed5eda color RGB value is (237,94,218).

#ed5eda hex color red value is 237, green value is 94 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #ed5eda hue: 0.86 , saturation: 0.80 and the lightness value of ed5eda is 0.65.

The process color (four color CMYK) of #ed5eda color hex is 0.00, 0.60, 0.08, 0.07. Web safe color of #ed5eda is #ff66cc. Color #ed5eda contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 01011110 11011010
Octal 355 136 332
Decimal 237 94 218
Hex ED 5E DA

RGB Percentages of Color #ed5eda

%43.17
%17.12
%39.71

CMYK Percentages of Color #ed5eda

%0
%60
%8
%7

Triadic Colors of #ed5eda

#ed5eda #daed5e #5edaed

Analogous Colors of #ed5eda

#ed5eda #ed5e93 #b95eed

Monochromatic Colors of #ed5eda

#ed5eda

Complementary Color

#ed5eda #5eed71

#ed5eda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed5eda Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed5eda Color CSS Codes

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

#ed5eda Text Font Color

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

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


#ed5eda Background Color

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

This div background color is #ed5eda


#ed5eda Border Color

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

This div border color is #ed5eda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed5eda


Comments

No comments written yet.

Please login to write comment.