Color Hex Logo

#ec114e Color Hex

#EC114E
(236,17,78)
0 Favorites   0 Comments

Color spaces of #ec114e

RGB 2361778
HSL0.950.870.50
HSV343°93°93°
CMYK 0.000.930.67   0.07
XYZ36.167718.78388.9271
Yxy18.78380.56620.2941
Hunter Lab43.340373.113718.1258
CIE-Lab50.433375.973927.6548

#ec114e color RGB value is (236,17,78).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 00010001 01001110
Octal 354 21 116
Decimal 236 17 78
Hex EC 11 4E

RGB Percentages of Color #ec114e

%71.30
%5.14
%23.56

CMYK Percentages of Color #ec114e

%0
%93
%67
%7

Triadic Colors of #ec114e

#ec114e #4eec11 #114eec

Analogous Colors of #ec114e

#ec114e #ec4111 #ec11bc

Monochromatic Colors of #ec114e

#ec114e

Complementary Color

#ec114e #11ecaf

#ec114e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec114e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec114e Color CSS Codes

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

#ec114e Text Font Color

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

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


#ec114e Background Color

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

This div background color is #ec114e


#ec114e Border Color

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

This div border color is #ec114e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec114e


Comments

No comments written yet.

Please login to write comment.