Color Hex Logo

#ec006c Color Hex

#EC006C
(236,0,108)
0 Favorites   0 Comments

Color spaces of #ec006c

RGB 2360108
HSL0.921.000.46
HSV333°100°93°
CMYK 0.001.000.54   0.07
XYZ37.298818.915615.8726
Yxy18.91560.51740.2624
Hunter Lab43.492176.97058.8063
CIE-Lab50.588379.04419.5484

#ec006c color RGB value is (236,0,108).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 00000000 01101100
Octal 354 0 154
Decimal 236 0 108
Hex EC 0 6C

RGB Percentages of Color #ec006c

%68.60
%0.00
%31.40

CMYK Percentages of Color #ec006c

%0
%100
%54
%7

Triadic Colors of #ec006c

#ec006c #6cec00 #006cec

Analogous Colors of #ec006c

#ec006c #ec0a00 #ec00e2

Monochromatic Colors of #ec006c

#ec006c

Complementary Color

#ec006c #00ec80

#ec006c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec006c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec006c Color CSS Codes

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

#ec006c Text Font Color

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

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


#ec006c Background Color

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

This div background color is #ec006c


#ec006c Border Color

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

This div border color is #ec006c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec006c


Comments

No comments written yet.

Please login to write comment.