Color Hex Logo

#ed545e Color Hex

#ED545E
(237,84,94)
0 Favorites   0 Comments

Color spaces of #ed545e

RGB 2378494
HSL0.990.810.63
HSV356°65°93°
CMYK 0.000.650.60   0.07
XYZ40.115825.153313.3304
Yxy25.15330.51040.3200
Hunter Lab50.153155.008519.3482
CIE-Lab57.224559.432926.9396

#ed545e color RGB value is (237,84,94).

#ed545e hex color red value is 237, green value is 84 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #ed545e hue: 0.99 , saturation: 0.81 and the lightness value of ed545e is 0.63.

The process color (four color CMYK) of #ed545e color hex is 0.00, 0.65, 0.60, 0.07. Web safe color of #ed545e is #ff6666. Color #ed545e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 01010100 01011110
Octal 355 124 136
Decimal 237 84 94
Hex ED 54 5E

RGB Percentages of Color #ed545e

%57.11
%20.24
%22.65

CMYK Percentages of Color #ed545e

%0
%65
%60
%7

Triadic Colors of #ed545e

#ed545e #5eed54 #545eed

Analogous Colors of #ed545e

#ed545e #ed9754 #ed54ab

Monochromatic Colors of #ed545e

#ed545e

Complementary Color

#ed545e #54ede3

#ed545e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed545e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed545e Color CSS Codes

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

#ed545e Text Font Color

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

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


#ed545e Background Color

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

This div background color is #ed545e


#ed545e Border Color

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

This div border color is #ed545e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed545e


Comments

No comments written yet.

Please login to write comment.