Color Hex Logo

#ed314c Color Hex

#ED314C
(237,49,76)
0 Favorites   0 Comments

Color spaces of #ed314c

RGB 2374976
HSL0.980.840.56
HSV351°79°93°
CMYK 0.000.790.68   0.07
XYZ37.327920.72308.8700
Yxy20.72300.55780.3097
Hunter Lab45.522566.703420.3132
CIE-Lab52.645070.274331.6537

#ed314c color RGB value is (237,49,76).

#ed314c hex color red value is 237, green value is 49 and the blue value of its RGB is 76. Cylindrical-coordinate representations (also known as HSL) of color #ed314c hue: 0.98 , saturation: 0.84 and the lightness value of ed314c is 0.56.

The process color (four color CMYK) of #ed314c color hex is 0.00, 0.79, 0.68, 0.07. Web safe color of #ed314c is #ff3333. Color #ed314c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 00110001 01001100
Octal 355 61 114
Decimal 237 49 76
Hex ED 31 4C

RGB Percentages of Color #ed314c

%65.47
%13.54
%20.99

CMYK Percentages of Color #ed314c

%0
%79
%68
%7

Triadic Colors of #ed314c

#ed314c #4ced31 #314ced

Analogous Colors of #ed314c

#ed314c #ed7431 #ed31aa

Monochromatic Colors of #ed314c

#ed314c

Complementary Color

#ed314c #31edd2

#ed314c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed314c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed314c Color CSS Codes

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

#ed314c Text Font Color

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

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


#ed314c Background Color

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

This div background color is #ed314c


#ed314c Border Color

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

This div border color is #ed314c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed314c


Comments

No comments written yet.

Please login to write comment.