Color Hex Logo

#ed724e Color Hex

#ED724E
(237,114,78)
0 Favorites   0 Comments

Color spaces of #ed724e

RGB 23711478
HSL0.040.820.62
HSV14°67°93°
CMYK 0.000.520.67   0.07
XYZ42.317530.589210.8817
Yxy30.58920.50510.3651
Hunter Lab55.307539.787827.0500
CIE-Lab62.159344.901741.9444

#ed724e color RGB value is (237,114,78).

#ed724e hex color red value is 237, green value is 114 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #ed724e hue: 0.04 , saturation: 0.82 and the lightness value of ed724e is 0.62.

The process color (four color CMYK) of #ed724e color hex is 0.00, 0.52, 0.67, 0.07. Web safe color of #ed724e is #ff6666. Color #ed724e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 01110010 01001110
Octal 355 162 116
Decimal 237 114 78
Hex ED 72 4E

RGB Percentages of Color #ed724e

%55.24
%26.57
%18.18

CMYK Percentages of Color #ed724e

%0
%52
%67
%7

Triadic Colors of #ed724e

#ed724e #4eed72 #724eed

Analogous Colors of #ed724e

#ed724e #edc24e #ed4e7a

Monochromatic Colors of #ed724e

#ed724e

Complementary Color

#ed724e #4ec9ed

#ed724e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed724e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed724e Color CSS Codes

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

#ed724e Text Font Color

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

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


#ed724e Background Color

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

This div background color is #ed724e


#ed724e Border Color

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

This div border color is #ed724e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed724e


Comments

No comments written yet.

Please login to write comment.