Color Hex Logo

#ed114f Color Hex

#ED114F
(237,17,79)
0 Favorites   0 Comments

Color spaces of #ed114f

RGB 2371779
HSL0.950.870.50
HSV343°93°93°
CMYK 0.000.930.67   0.07
XYZ36.536818.96999.1330
Yxy18.96990.56520.2935
Hunter Lab43.554473.519218.0555
CIE-Lab50.652076.259727.3689

#ed114f color RGB value is (237,17,79).

#ed114f hex color red value is 237, green value is 17 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #ed114f hue: 0.95 , saturation: 0.87 and the lightness value of ed114f is 0.50.

The process color (four color CMYK) of #ed114f color hex is 0.00, 0.93, 0.67, 0.07. Web safe color of #ed114f is #ff0066. Color #ed114f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 00010001 01001111
Octal 355 21 117
Decimal 237 17 79
Hex ED 11 4F

RGB Percentages of Color #ed114f

%71.17
%5.11
%23.72

CMYK Percentages of Color #ed114f

%0
%93
%67
%7

Triadic Colors of #ed114f

#ed114f #4fed11 #114fed

Analogous Colors of #ed114f

#ed114f #ed4111 #ed11bd

Monochromatic Colors of #ed114f

#ed114f

Complementary Color

#ed114f #11edaf

#ed114f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed114f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed114f Color CSS Codes

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

#ed114f Text Font Color

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

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


#ed114f Background Color

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

This div background color is #ed114f


#ed114f Border Color

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

This div border color is #ed114f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed114f


Comments

No comments written yet.

Please login to write comment.