Color Hex Logo

#ed124e Color Hex

#ED124E
(237,18,78)
0 Favorites   0 Comments

Color spaces of #ed124e

RGB 2371878
HSL0.950.860.50
HSV344°92°93°
CMYK 0.000.920.67   0.07
XYZ36.516518.98728.9480
Yxy18.98720.56660.2946
Hunter Lab43.574373.333018.3268
CIE-Lab50.672276.105127.9990

#ed124e color RGB value is (237,18,78).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 00010010 01001110
Octal 355 22 116
Decimal 237 18 78
Hex ED 12 4E

RGB Percentages of Color #ed124e

%71.17
%5.41
%23.42

CMYK Percentages of Color #ed124e

%0
%92
%67
%7

Triadic Colors of #ed124e

#ed124e #4eed12 #124eed

Analogous Colors of #ed124e

#ed124e #ed4312 #ed12bc

Monochromatic Colors of #ed124e

#ed124e

Complementary Color

#ed124e #12edb1

#ed124e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed124e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed124e Color CSS Codes

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

#ed124e Text Font Color

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

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


#ed124e Background Color

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

This div background color is #ed124e


#ed124e Border Color

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

This div border color is #ed124e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed124e


Comments

No comments written yet.

Please login to write comment.