Color Hex Logo

#ec006f Color Hex

#EC006F
(236,0,111)
0 Favorites   0 Comments

Color spaces of #ec006f

RGB 2360111
HSL0.921.000.46
HSV332°100°93°
CMYK 0.001.000.53   0.07
XYZ37.461318.980616.7281
Yxy18.98060.51200.2594
Hunter Lab43.566777.24337.7314
CIE-Lab50.664579.24667.8217

#ec006f color RGB value is (236,0,111).

#ec006f hex color red value is 236, green value is 0 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #ec006f hue: 0.92 , saturation: 1.00 and the lightness value of ec006f is 0.46.

The process color (four color CMYK) of #ec006f color hex is 0.00, 1.00, 0.53, 0.07. Web safe color of #ec006f is #ff0066. Color #ec006f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 00000000 01101111
Octal 354 0 157
Decimal 236 0 111
Hex EC 0 6F

RGB Percentages of Color #ec006f

%68.01
%0.00
%31.99

CMYK Percentages of Color #ec006f

%0
%100
%53
%7

Triadic Colors of #ec006f

#ec006f #6fec00 #006fec

Analogous Colors of #ec006f

#ec006f #ec0700 #ec00e5

Monochromatic Colors of #ec006f

#ec006f

Complementary Color

#ec006f #00ec7d

#ec006f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec006f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec006f Color CSS Codes

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

#ec006f Text Font Color

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

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


#ec006f Background Color

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

This div background color is #ec006f


#ec006f Border Color

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

This div border color is #ec006f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec006f


Comments

No comments written yet.

Please login to write comment.