Color Hex Logo

#ed145c Color Hex

#ED145C
(237,20,92)
0 Favorites   0 Comments

Color spaces of #ed145c

RGB 2372092
HSL0.940.860.50
HSV340°92°93°
CMYK 0.000.920.61   0.07
XYZ37.107019.277511.8904
Yxy19.27750.54350.2824
Hunter Lab43.906174.022414.6777
CIE-Lab51.010376.596719.9385

#ed145c color RGB value is (237,20,92).

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

The process color (four color CMYK) of #ed145c color hex is 0.00, 0.92, 0.61, 0.07. Web safe color of #ed145c is #ff0066. Color #ed145c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 00010100 01011100
Octal 355 24 134
Decimal 237 20 92
Hex ED 14 5C

RGB Percentages of Color #ed145c

%67.91
%5.73
%26.36

CMYK Percentages of Color #ed145c

%0
%92
%61
%7

Triadic Colors of #ed145c

#ed145c #5ced14 #145ced

Analogous Colors of #ed145c

#ed145c #ed3814 #ed14c9

Monochromatic Colors of #ed145c

#ed145c

Complementary Color

#ed145c #14eda5

#ed145c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed145c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed145c Color CSS Codes

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

#ed145c Text Font Color

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

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


#ed145c Background Color

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

This div background color is #ed145c


#ed145c Border Color

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

This div border color is #ed145c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed145c


Comments

No comments written yet.

Please login to write comment.