Color Hex Logo

#ec124f Color Hex

#EC124F
(236,18,79)
0 Favorites   0 Comments

Color spaces of #ec124f

RGB 2361879
HSL0.950.860.50
HSV343°92°93°
CMYK 0.000.920.67   0.07
XYZ36.219718.83009.1227
Yxy18.83000.56440.2934
Hunter Lab43.393573.051617.9108
CIE-Lab50.487775.912927.1186

#ec124f color RGB value is (236,18,79).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 00010010 01001111
Octal 354 22 117
Decimal 236 18 79
Hex EC 12 4F

RGB Percentages of Color #ec124f

%70.87
%5.41
%23.72

CMYK Percentages of Color #ec124f

%0
%92
%67
%7

Triadic Colors of #ec124f

#ec124f #4fec12 #124fec

Analogous Colors of #ec124f

#ec124f #ec4212 #ec12bc

Monochromatic Colors of #ec124f

#ec124f

Complementary Color

#ec124f #12ecaf

#ec124f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec124f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec124f Color CSS Codes

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

#ec124f Text Font Color

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

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


#ec124f Background Color

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

This div background color is #ec124f


#ec124f Border Color

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

This div border color is #ec124f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec124f


Comments

No comments written yet.

Please login to write comment.