Color Hex Logo

#ed5eaa Color Hex

#ED5EAA
(237,94,170)
0 Favorites   0 Comments

Color spaces of #ed5eaa

RGB 23794170
HSL0.910.800.65
HSV328°60°93°
CMYK 0.000.600.28   0.07
XYZ46.183528.912241.1767
Yxy28.91220.39720.2487
Hunter Lab53.770159.2173-7.7648
CIE-Lab60.704162.4637-12.3823

#ed5eaa color RGB value is (237,94,170).

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

The process color (four color CMYK) of #ed5eaa color hex is 0.00, 0.60, 0.28, 0.07. Web safe color of #ed5eaa is #ff6699. Color #ed5eaa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 01011110 10101010
Octal 355 136 252
Decimal 237 94 170
Hex ED 5E AA

RGB Percentages of Color #ed5eaa

%47.31
%18.76
%33.93

CMYK Percentages of Color #ed5eaa

%0
%60
%28
%7

Triadic Colors of #ed5eaa

#ed5eaa #aaed5e #5eaaed

Analogous Colors of #ed5eaa

#ed5eaa #ed5e62 #e95eed

Monochromatic Colors of #ed5eaa

#ed5eaa

Complementary Color

#ed5eaa #5eeda1

#ed5eaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed5eaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed5eaa Color CSS Codes

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

#ed5eaa Text Font Color

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

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


#ed5eaa Background Color

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

This div background color is #ed5eaa


#ed5eaa Border Color

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

This div border color is #ed5eaa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(237,94,170, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #ed5eaa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed5eaa


Comments

No comments written yet.

Please login to write comment.