Color Hex Logo

#ed748c Color Hex

#ED748C
(237,116,140)
0 Favorites   0 Comments

Color spaces of #ed748c

RGB 237116140
HSL0.970.770.69
HSV348°51°93°
CMYK 0.000.510.41   0.07
XYZ45.904132.388828.6432
Yxy32.38880.42930.3029
Hunter Lab56.911244.38229.9973
CIE-Lab63.662948.91579.2003

#ed748c color RGB value is (237,116,140).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 01110100 10001100
Octal 355 164 214
Decimal 237 116 140
Hex ED 74 8C

RGB Percentages of Color #ed748c

%48.07
%23.53
%28.40

CMYK Percentages of Color #ed748c

%0
%51
%41
%7

Triadic Colors of #ed748c

#ed748c #8ced74 #748ced

Analogous Colors of #ed748c

#ed748c #ed9974 #ed74c9

Monochromatic Colors of #ed748c

#ed748c

Complementary Color

#ed748c #74edd5

#ed748c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed748c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed748c Color CSS Codes

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

#ed748c Text Font Color

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

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


#ed748c Background Color

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

This div background color is #ed748c


#ed748c Border Color

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

This div border color is #ed748c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed748c


Comments

No comments written yet.

Please login to write comment.