Color Hex Logo

#ed139e Color Hex

#ED139E
(237,19,158)
0 Favorites   0 Comments

Color spaces of #ed139e

RGB 23719158
HSL0.890.860.50
HSV322°92°93°
CMYK 0.000.920.33   0.07
XYZ41.329520.938934.2111
Yxy20.93890.42840.2170
Hunter Lab45.759081.1426-12.2960
CIE-Lab52.882681.8930-17.2036

#ed139e color RGB value is (237,19,158).

#ed139e hex color red value is 237, green value is 19 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #ed139e hue: 0.89 , saturation: 0.86 and the lightness value of ed139e is 0.50.

The process color (four color CMYK) of #ed139e color hex is 0.00, 0.92, 0.33, 0.07. Web safe color of #ed139e is #ff0099. Color #ed139e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 00010011 10011110
Octal 355 23 236
Decimal 237 19 158
Hex ED 13 9E

RGB Percentages of Color #ed139e

%57.25
%4.59
%38.16

CMYK Percentages of Color #ed139e

%0
%92
%33
%7

Triadic Colors of #ed139e

#ed139e #9eed13 #139eed

Analogous Colors of #ed139e

#ed139e #ed1331 #cf13ed

Monochromatic Colors of #ed139e

#ed139e

Complementary Color

#ed139e #13ed62

#ed139e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed139e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed139e Color CSS Codes

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

#ed139e Text Font Color

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

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


#ed139e Background Color

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

This div background color is #ed139e


#ed139e Border Color

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

This div border color is #ed139e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed139e


Comments

No comments written yet.

Please login to write comment.