Color Hex Logo

#ed7947 Color Hex

#ED7947
(237,121,71)
0 Favorites   0 Comments

Color spaces of #ed7947

RGB 23712171
HSL0.050.820.60
HSV18°70°93°
CMYK 0.000.490.70   0.07
XYZ42.899832.13429.9027
Yxy32.13420.50510.3783
Hunter Lab56.687035.883529.3235
CIE-Lab63.453641.065947.0473

#ed7947 color RGB value is (237,121,71).

#ed7947 hex color red value is 237, green value is 121 and the blue value of its RGB is 71. Cylindrical-coordinate representations (also known as HSL) of color #ed7947 hue: 0.05 , saturation: 0.82 and the lightness value of ed7947 is 0.60.

The process color (four color CMYK) of #ed7947 color hex is 0.00, 0.49, 0.70, 0.07. Web safe color of #ed7947 is #ff6633. Color #ed7947 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 01111001 01000111
Octal 355 171 107
Decimal 237 121 71
Hex ED 79 47

RGB Percentages of Color #ed7947

%55.24
%28.21
%16.55

CMYK Percentages of Color #ed7947

%0
%49
%70
%7

Triadic Colors of #ed7947

#ed7947 #47ed79 #7947ed

Analogous Colors of #ed7947

#ed7947 #edcc47 #ed4768

Monochromatic Colors of #ed7947

#ed7947

Complementary Color

#ed7947 #47bbed

#ed7947 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed7947 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed7947 Color CSS Codes

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

#ed7947 Text Font Color

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

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


#ed7947 Background Color

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

This div background color is #ed7947


#ed7947 Border Color

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

This div border color is #ed7947


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed7947


Comments

No comments written yet.

Please login to write comment.