Color Hex Logo

#ed486d Color Hex

#ED486D
(237,72,109)
0 Favorites   0 Comments

Color spaces of #ed486d

RGB 23772109
HSL0.960.820.61
HSV347°70°93°
CMYK 0.000.700.54   0.07
XYZ40.002723.743416.9426
Yxy23.74340.49580.2943
Hunter Lab48.727261.267413.4937
CIE-Lab55.830065.090916.2717

#ed486d color RGB value is (237,72,109).

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

The process color (four color CMYK) of #ed486d color hex is 0.00, 0.70, 0.54, 0.07. Web safe color of #ed486d is #ff3366. Color #ed486d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 01001000 01101101
Octal 355 110 155
Decimal 237 72 109
Hex ED 48 6D

RGB Percentages of Color #ed486d

%56.70
%17.22
%26.08

CMYK Percentages of Color #ed486d

%0
%70
%54
%7

Triadic Colors of #ed486d

#ed486d #6ded48 #486ded

Analogous Colors of #ed486d

#ed486d #ed7648 #ed48c0

Monochromatic Colors of #ed486d

#ed486d

Complementary Color

#ed486d #48edc8

#ed486d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed486d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed486d Color CSS Codes

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

#ed486d Text Font Color

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

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


#ed486d Background Color

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

This div background color is #ed486d


#ed486d Border Color

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

This div border color is #ed486d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed486d


Comments

No comments written yet.

Please login to write comment.