Color Hex Logo

#ed454e Color Hex

#ED454E
(237,69,78)
0 Favorites   0 Comments

Color spaces of #ed454e

RGB 2376978
HSL0.990.820.60
HSV357°71°93°
CMYK 0.000.710.67   0.07
XYZ38.428322.81089.5853
Yxy22.81080.54260.3221
Hunter Lab47.760760.040221.5333
CIE-Lab54.876964.217233.2313

#ed454e color RGB value is (237,69,78).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 01000101 01001110
Octal 355 105 116
Decimal 237 69 78
Hex ED 45 4E

RGB Percentages of Color #ed454e

%61.72
%17.97
%20.31

CMYK Percentages of Color #ed454e

%0
%71
%67
%7

Triadic Colors of #ed454e

#ed454e #4eed45 #454eed

Analogous Colors of #ed454e

#ed454e #ed9045 #ed45a2

Monochromatic Colors of #ed454e

#ed454e

Complementary Color

#ed454e #45ede4

#ed454e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed454e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed454e Color CSS Codes

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

#ed454e Text Font Color

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

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


#ed454e Background Color

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

This div background color is #ed454e


#ed454e Border Color

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

This div border color is #ed454e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed454e


Comments

No comments written yet.

Please login to write comment.