Color Hex Logo

#ed4955 Color Hex

#ED4955
(237,73,85)
0 Favorites   0 Comments

Color spaces of #ed4955

RGB 2377385
HSL0.990.820.61
HSV356°69°93°
CMYK 0.000.690.64   0.07
XYZ38.947323.425511.0632
Yxy23.42550.53040.3190
Hunter Lab48.399958.938820.3275
CIE-Lab55.507963.154229.9634

#ed4955 color RGB value is (237,73,85).

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

The process color (four color CMYK) of #ed4955 color hex is 0.00, 0.69, 0.64, 0.07. Web safe color of #ed4955 is #ff3366. Color #ed4955 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 01001001 01010101
Octal 355 111 125
Decimal 237 73 85
Hex ED 49 55

RGB Percentages of Color #ed4955

%60.00
%18.48
%21.52

CMYK Percentages of Color #ed4955

%0
%69
%64
%7

Triadic Colors of #ed4955

#ed4955 #55ed49 #4955ed

Analogous Colors of #ed4955

#ed4955 #ed8f49 #ed49a7

Monochromatic Colors of #ed4955

#ed4955

Complementary Color

#ed4955 #49ede1

#ed4955 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed4955 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed4955 Color CSS Codes

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

#ed4955 Text Font Color

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

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


#ed4955 Background Color

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

This div background color is #ed4955


#ed4955 Border Color

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

This div border color is #ed4955


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed4955


Comments

No comments written yet.

Please login to write comment.