Color Hex Logo

#ed474e Color Hex

#ED474E
(237,71,78)
0 Favorites   0 Comments

Color spaces of #ed474e

RGB 2377178
HSL0.990.820.60
HSV357°70°93°
CMYK 0.000.700.67   0.07
XYZ38.553423.06119.6270
Yxy23.06110.54120.3237
Hunter Lab48.022059.266421.7295
CIE-Lab55.135263.504633.5478

#ed474e color RGB value is (237,71,78).

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

The process color (four color CMYK) of #ed474e color hex is 0.00, 0.70, 0.67, 0.07. Web safe color of #ed474e is #ff3366. Color #ed474e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 01000111 01001110
Octal 355 107 116
Decimal 237 71 78
Hex ED 47 4E

RGB Percentages of Color #ed474e

%61.40
%18.39
%20.21

CMYK Percentages of Color #ed474e

%0
%70
%67
%7

Triadic Colors of #ed474e

#ed474e #4eed47 #474eed

Analogous Colors of #ed474e

#ed474e #ed9347 #ed47a1

Monochromatic Colors of #ed474e

#ed474e

Complementary Color

#ed474e #47ede6

#ed474e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed474e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed474e Color CSS Codes

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

#ed474e Text Font Color

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

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


#ed474e Background Color

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

This div background color is #ed474e


#ed474e Border Color

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

This div border color is #ed474e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed474e


Comments

No comments written yet.

Please login to write comment.