Color Hex Logo

#ed8eda Color Hex

#ED8EDA
(237,142,218)
0 Favorites   0 Comments

Color spaces of #ed8eda

RGB 237142218
HSL0.870.730.74
HSV312°40°93°
CMYK 0.000.400.08   0.07
XYZ57.252942.412571.4985
Yxy42.41250.33450.2478
Hunter Lab65.124942.9552-19.5052
CIE-Lab71.154446.6040-23.5708

#ed8eda color RGB value is (237,142,218).

#ed8eda hex color red value is 237, green value is 142 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #ed8eda hue: 0.87 , saturation: 0.73 and the lightness value of ed8eda is 0.74.

The process color (four color CMYK) of #ed8eda color hex is 0.00, 0.40, 0.08, 0.07. Web safe color of #ed8eda is #ff99cc. Color #ed8eda contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 10001110 11011010
Octal 355 216 332
Decimal 237 142 218
Hex ED 8E DA

RGB Percentages of Color #ed8eda

%39.70
%23.79
%36.52

CMYK Percentages of Color #ed8eda

%0
%40
%8
%7

Triadic Colors of #ed8eda

#ed8eda #daed8e #8edaed

Analogous Colors of #ed8eda

#ed8eda #ed8eab #d18eed

Monochromatic Colors of #ed8eda

#ed8eda

Complementary Color

#ed8eda #8eeda1

#ed8eda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed8eda Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed8eda Color CSS Codes

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

#ed8eda Text Font Color

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

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


#ed8eda Background Color

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

This div background color is #ed8eda


#ed8eda Border Color

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

This div border color is #ed8eda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed8eda


Comments

No comments written yet.

Please login to write comment.