Color Hex Logo

#ed4daa Color Hex

#ED4DAA
(237,77,170)
0 Favorites   0 Comments

Color spaces of #ed4daa

RGB 23777170
HSL0.900.820.62
HSV325°68°93°
CMYK 0.000.680.28   0.07
XYZ44.834626.214640.7271
Yxy26.21460.40110.2345
Hunter Lab51.200266.7072-11.3220
CIE-Lab58.240269.2190-16.1020

#ed4daa color RGB value is (237,77,170).

#ed4daa hex color red value is 237, green value is 77 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #ed4daa hue: 0.90 , saturation: 0.82 and the lightness value of ed4daa is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 01001101 10101010
Octal 355 115 252
Decimal 237 77 170
Hex ED 4D AA

RGB Percentages of Color #ed4daa

%48.97
%15.91
%35.12

CMYK Percentages of Color #ed4daa

%0
%68
%28
%7

Triadic Colors of #ed4daa

#ed4daa #aaed4d #4daaed

Analogous Colors of #ed4daa

#ed4daa #ed4d5a #e04ded

Monochromatic Colors of #ed4daa

#ed4daa

Complementary Color

#ed4daa #4ded90

#ed4daa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed4daa Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed4daa Color CSS Codes

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

#ed4daa Text Font Color

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

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


#ed4daa Background Color

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

This div background color is #ed4daa


#ed4daa Border Color

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

This div border color is #ed4daa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed4daa


Comments

No comments written yet.

Please login to write comment.