Color Hex Logo

#ed749e Color Hex

#ED749E
(237,116,158)
0 Favorites   0 Comments

Color spaces of #ed749e

RGB 237116158
HSL0.940.770.69
HSV339°51°93°
CMYK 0.000.510.33   0.07
XYZ47.342032.963936.2152
Yxy32.96390.40630.2829
Hunter Lab57.414246.71082.7915
CIE-Lab64.131750.9493-0.4133

#ed749e color RGB value is (237,116,158).

#ed749e hex color red value is 237, green value is 116 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #ed749e hue: 0.94 , saturation: 0.77 and the lightness value of ed749e is 0.69.

The process color (four color CMYK) of #ed749e color hex is 0.00, 0.51, 0.33, 0.07. Web safe color of #ed749e is #ff6699. Color #ed749e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 01110100 10011110
Octal 355 164 236
Decimal 237 116 158
Hex ED 74 9E

RGB Percentages of Color #ed749e

%46.38
%22.70
%30.92

CMYK Percentages of Color #ed749e

%0
%51
%33
%7

Triadic Colors of #ed749e

#ed749e #9eed74 #749eed

Analogous Colors of #ed749e

#ed749e #ed8774 #ed74db

Monochromatic Colors of #ed749e

#ed749e

Complementary Color

#ed749e #74edc3

#ed749e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed749e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed749e Color CSS Codes

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

#ed749e Text Font Color

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

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


#ed749e Background Color

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

This div background color is #ed749e


#ed749e Border Color

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

This div border color is #ed749e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed749e


Comments

No comments written yet.

Please login to write comment.