Color Hex Logo

#ec036c Color Hex

#EC036C
(236,3,108)
0 Favorites   0 Comments

Color spaces of #ec036c

RGB 2363108
HSL0.920.970.47
HSV333°99°93°
CMYK 0.000.990.54   0.07
XYZ37.331418.980715.8834
Yxy18.98070.51710.2629
Hunter Lab43.566876.71058.8811
CIE-Lab50.664678.82189.6561

#ec036c color RGB value is (236,3,108).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 00000011 01101100
Octal 354 3 154
Decimal 236 3 108
Hex EC 3 6C

RGB Percentages of Color #ec036c

%68.01
%0.86
%31.12

CMYK Percentages of Color #ec036c

%0
%99
%54
%7

Triadic Colors of #ec036c

#ec036c #6cec03 #036cec

Analogous Colors of #ec036c

#ec036c #ec0f03 #ec03e1

Monochromatic Colors of #ec036c

#ec036c

Complementary Color

#ec036c #03ec83

#ec036c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec036c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec036c Color CSS Codes

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

#ec036c Text Font Color

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

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


#ec036c Background Color

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

This div background color is #ec036c


#ec036c Border Color

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

This div border color is #ec036c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec036c


Comments

No comments written yet.

Please login to write comment.