Color Hex Logo

#ed495c Color Hex

#ED495C
(237,73,92)
0 Favorites   0 Comments

Color spaces of #ed495c

RGB 2377392
HSL0.980.820.61
HSV353°69°93°
CMYK 0.000.690.61   0.07
XYZ39.239423.542312.6012
Yxy23.54230.52050.3123
Hunter Lab48.520459.445718.5661
CIE-Lab55.626663.568926.0294

#ed495c color RGB value is (237,73,92).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 01001001 01011100
Octal 355 111 134
Decimal 237 73 92
Hex ED 49 5C

RGB Percentages of Color #ed495c

%58.96
%18.16
%22.89

CMYK Percentages of Color #ed495c

%0
%69
%61
%7

Triadic Colors of #ed495c

#ed495c #5ced49 #495ced

Analogous Colors of #ed495c

#ed495c #ed8849 #ed49ae

Monochromatic Colors of #ed495c

#ed495c

Complementary Color

#ed495c #49edda

#ed495c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed495c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed495c Color CSS Codes

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

#ed495c Text Font Color

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

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


#ed495c Background Color

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

This div background color is #ed495c


#ed495c Border Color

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

This div border color is #ed495c


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(237,73,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 #ed495c">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed495c


Comments

No comments written yet.

Please login to write comment.