Color Hex Logo

#ec018e Color Hex

#EC018E
(236,1,142)
0 Favorites   0 Comments

Color spaces of #ec018e

RGB 2361142
HSL0.900.990.46
HSV324°100°93°
CMYK 0.001.000.40   0.07
XYZ39.485419.807627.3333
Yxy19.80760.45580.2287
Hunter Lab44.505780.4798-5.2591
CIE-Lab51.619081.6195-9.5811

#ec018e color RGB value is (236,1,142).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 00000001 10001110
Octal 354 1 216
Decimal 236 1 142
Hex EC 1 8E

RGB Percentages of Color #ec018e

%62.27
%0.26
%37.47

CMYK Percentages of Color #ec018e

%0
%100
%40
%7

Triadic Colors of #ec018e

#ec018e #8eec01 #018eec

Analogous Colors of #ec018e

#ec018e #ec0119 #d501ec

Monochromatic Colors of #ec018e

#ec018e

Complementary Color

#ec018e #01ec5f

#ec018e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec018e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec018e Color CSS Codes

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

#ec018e Text Font Color

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

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


#ec018e Background Color

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

This div background color is #ec018e


#ec018e Border Color

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

This div border color is #ec018e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec018e


Comments

No comments written yet.

Please login to write comment.