Color Hex Logo

#ed485c Color Hex

#ED485C
(237,72,92)
0 Favorites   0 Comments

Color spaces of #ed485c

RGB 2377292
HSL0.980.820.61
HSV353°70°93°
CMYK 0.000.700.61   0.07
XYZ39.174223.412012.5795
Yxy23.41200.52120.3115
Hunter Lab48.385959.841618.4558
CIE-Lab55.494263.933325.8572

#ed485c color RGB value is (237,72,92).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 01001000 01011100
Octal 355 110 134
Decimal 237 72 92
Hex ED 48 5C

RGB Percentages of Color #ed485c

%59.10
%17.96
%22.94

CMYK Percentages of Color #ed485c

%0
%70
%61
%7

Triadic Colors of #ed485c

#ed485c #5ced48 #485ced

Analogous Colors of #ed485c

#ed485c #ed8748 #ed48af

Monochromatic Colors of #ed485c

#ed485c

Complementary Color

#ed485c #48edd9

#ed485c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed485c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed485c Color CSS Codes

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

#ed485c Text Font Color

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

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


#ed485c Background Color

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

This div background color is #ed485c


#ed485c Border Color

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

This div border color is #ed485c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed485c


Comments

No comments written yet.

Please login to write comment.