Color Hex Logo

#ed497e Color Hex

#ED497E
(237,73,126)
0 Favorites   0 Comments

Color spaces of #ed497e

RGB 23773126
HSL0.950.820.61
HSV341°69°93°
CMYK 0.000.690.47   0.07
XYZ41.073524.276022.2596
Yxy24.27600.46880.2771
Hunter Lab49.270762.57927.7033
CIE-Lab56.363166.10706.9448

#ed497e color RGB value is (237,73,126).

#ed497e hex color red value is 237, green value is 73 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #ed497e hue: 0.95 , saturation: 0.82 and the lightness value of ed497e is 0.61.

The process color (four color CMYK) of #ed497e color hex is 0.00, 0.69, 0.47, 0.07. Web safe color of #ed497e is #ff3366. Color #ed497e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 01001001 01111110
Octal 355 111 176
Decimal 237 73 126
Hex ED 49 7E

RGB Percentages of Color #ed497e

%54.36
%16.74
%28.90

CMYK Percentages of Color #ed497e

%0
%69
%47
%7

Triadic Colors of #ed497e

#ed497e #7eed49 #497eed

Analogous Colors of #ed497e

#ed497e #ed6649 #ed49d0

Monochromatic Colors of #ed497e

#ed497e

Complementary Color

#ed497e #49edb8

#ed497e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed497e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed497e Color CSS Codes

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

#ed497e Text Font Color

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

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


#ed497e Background Color

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

This div background color is #ed497e


#ed497e Border Color

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

This div border color is #ed497e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed497e


Comments

No comments written yet.

Please login to write comment.