Color Hex Logo

#ed157d Color Hex

#ED157D
(237,21,125)
0 Favorites   0 Comments

Color spaces of #ed157d

RGB 23721125
HSL0.920.860.51
HSV331°91°93°
CMYK 0.000.910.47   0.07
XYZ38.894920.021521.2166
Yxy20.02150.48540.2499
Hunter Lab44.745476.85663.2087
CIE-Lab51.861578.70501.0532

#ed157d color RGB value is (237,21,125).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 00010101 01111101
Octal 355 25 175
Decimal 237 21 125
Hex ED 15 7D

RGB Percentages of Color #ed157d

%61.88
%5.48
%32.64

CMYK Percentages of Color #ed157d

%0
%91
%47
%7

Triadic Colors of #ed157d

#ed157d #7ded15 #157ded

Analogous Colors of #ed157d

#ed157d #ed1915 #ed15e9

Monochromatic Colors of #ed157d

#ed157d

Complementary Color

#ed157d #15ed85

#ed157d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed157d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed157d Color CSS Codes

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

#ed157d Text Font Color

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

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


#ed157d Background Color

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

This div background color is #ed157d


#ed157d Border Color

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

This div border color is #ed157d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed157d


Comments

No comments written yet.

Please login to write comment.