Color Hex Logo

#ed5159 Color Hex

#ED5159
(237,81,89)
0 Favorites   0 Comments

Color spaces of #ed5159

RGB 2378189
HSL0.990.810.62
HSV357°66°93°
CMYK 0.000.660.62   0.07
XYZ39.670724.610712.1106
Yxy24.61070.51930.3222
Hunter Lab49.609255.924120.2525
CIE-Lab56.694160.326629.1517

#ed5159 color RGB value is (237,81,89).

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

The process color (four color CMYK) of #ed5159 color hex is 0.00, 0.66, 0.62, 0.07. Web safe color of #ed5159 is #ff6666. Color #ed5159 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 01010001 01011001
Octal 355 121 131
Decimal 237 81 89
Hex ED 51 59

RGB Percentages of Color #ed5159

%58.23
%19.90
%21.87

CMYK Percentages of Color #ed5159

%0
%66
%62
%7

Triadic Colors of #ed5159

#ed5159 #59ed51 #5159ed

Analogous Colors of #ed5159

#ed5159 #ed9751 #ed51a7

Monochromatic Colors of #ed5159

#ed5159

Complementary Color

#ed5159 #51ede5

#ed5159 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed5159 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed5159 Color CSS Codes

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

#ed5159 Text Font Color

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

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


#ed5159 Background Color

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

This div background color is #ed5159


#ed5159 Border Color

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

This div border color is #ed5159


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed5159


Comments

No comments written yet.

Please login to write comment.