Color Hex Logo

#ed157e Color Hex

#ED157E
(237,21,126)
0 Favorites   0 Comments

Color spaces of #ed157e

RGB 23721126
HSL0.920.860.51
HSV331°91°93°
CMYK 0.000.910.47   0.07
XYZ38.959120.047221.5548
Yxy20.04720.48360.2488
Hunter Lab44.774176.96282.7989
CIE-Lab51.890578.78400.4904

#ed157e color RGB value is (237,21,126).

#ed157e hex color red value is 237, green value is 21 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #ed157e hue: 0.92 , saturation: 0.86 and the lightness value of ed157e is 0.51.

The process color (four color CMYK) of #ed157e color hex is 0.00, 0.91, 0.47, 0.07. Web safe color of #ed157e is #ff0066. Color #ed157e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 00010101 01111110
Octal 355 25 176
Decimal 237 21 126
Hex ED 15 7E

RGB Percentages of Color #ed157e

%61.72
%5.47
%32.81

CMYK Percentages of Color #ed157e

%0
%91
%47
%7

Triadic Colors of #ed157e

#ed157e #7eed15 #157eed

Analogous Colors of #ed157e

#ed157e #ed1815 #ed15ea

Monochromatic Colors of #ed157e

#ed157e

Complementary Color

#ed157e #15ed84

#ed157e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed157e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed157e Color CSS Codes

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

#ed157e Text Font Color

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

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


#ed157e Background Color

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

This div background color is #ed157e


#ed157e Border Color

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

This div border color is #ed157e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed157e


Comments

No comments written yet.

Please login to write comment.