Color Hex Logo

#ed485e Color Hex

#ED485E
(237,72,94)
0 Favorites   0 Comments

Color spaces of #ed485e

RGB 2377294
HSL0.980.820.61
HSV352°70°93°
CMYK 0.000.700.60   0.07
XYZ39.262823.447413.0461
Yxy23.44740.51830.3095
Hunter Lab48.422559.995117.9217
CIE-Lab55.530264.058324.7295

#ed485e color RGB value is (237,72,94).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 01001000 01011110
Octal 355 110 136
Decimal 237 72 94
Hex ED 48 5E

RGB Percentages of Color #ed485e

%58.81
%17.87
%23.33

CMYK Percentages of Color #ed485e

%0
%70
%60
%7

Triadic Colors of #ed485e

#ed485e #5eed48 #485eed

Analogous Colors of #ed485e

#ed485e #ed8548 #ed48b1

Monochromatic Colors of #ed485e

#ed485e

Complementary Color

#ed485e #48edd7

#ed485e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed485e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed485e Color CSS Codes

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

#ed485e Text Font Color

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

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


#ed485e Background Color

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

This div background color is #ed485e


#ed485e Border Color

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

This div border color is #ed485e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed485e


Comments

No comments written yet.

Please login to write comment.