Color Hex Logo

#ec118e Color Hex

#EC118E
(236,17,142)
0 Favorites   0 Comments

Color spaces of #ec118e

RGB 23617142
HSL0.900.870.50
HSV326°93°93°
CMYK 0.000.930.40   0.07
XYZ39.675020.186827.3965
Yxy20.18680.45470.2313
Hunter Lab44.929778.9966-4.7021
CIE-Lab52.047880.3675-8.9390

#ec118e color RGB value is (236,17,142).

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

The process color (four color CMYK) of #ec118e color hex is 0.00, 0.93, 0.40, 0.07. Web safe color of #ec118e is #ff0099. Color #ec118e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 00010001 10001110
Octal 354 21 216
Decimal 236 17 142
Hex EC 11 8E

RGB Percentages of Color #ec118e

%59.75
%4.30
%35.95

CMYK Percentages of Color #ec118e

%0
%93
%40
%7

Triadic Colors of #ec118e

#ec118e #8eec11 #118eec

Analogous Colors of #ec118e

#ec118e #ec1120 #dd11ec

Monochromatic Colors of #ec118e

#ec118e

Complementary Color

#ec118e #11ec6f

#ec118e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec118e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec118e Color CSS Codes

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

#ec118e Text Font Color

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

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


#ec118e Background Color

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

This div background color is #ec118e


#ec118e Border Color

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

This div border color is #ec118e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec118e


Comments

No comments written yet.

Please login to write comment.