Color Hex Logo

#ec124e Color Hex

#EC124E
(236,18,78)
0 Favorites   0 Comments

Color spaces of #ec124e

RGB 2361878
HSL0.950.860.50
HSV343°92°93°
CMYK 0.000.920.67   0.07
XYZ36.183518.81558.9324
Yxy18.81550.56600.2943
Hunter Lab43.376872.989218.1545
CIE-Lab50.470675.865727.7020

#ec124e color RGB value is (236,18,78).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 00010010 01001110
Octal 354 22 116
Decimal 236 18 78
Hex EC 12 4E

RGB Percentages of Color #ec124e

%71.08
%5.42
%23.49

CMYK Percentages of Color #ec124e

%0
%92
%67
%7

Triadic Colors of #ec124e

#ec124e #4eec12 #124eec

Analogous Colors of #ec124e

#ec124e #ec4312 #ec12bb

Monochromatic Colors of #ec124e

#ec124e

Complementary Color

#ec124e #12ecb0

#ec124e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec124e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec124e Color CSS Codes

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

#ec124e Text Font Color

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

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


#ec124e Background Color

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

This div background color is #ec124e


#ec124e Border Color

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

This div border color is #ec124e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(236,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 #ec124e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec124e


Comments

No comments written yet.

Please login to write comment.