Color Hex Logo

#ec049c Color Hex

#EC049C
(236,4,156)
0 Favorites   0 Comments

Color spaces of #ec049c

RGB 2364156
HSL0.890.970.47
HSV321°98°93°
CMYK 0.000.980.34   0.07
XYZ40.636220.320033.2329
Yxy20.32000.43140.2157
Hunter Lab45.077782.0264-12.1563
CIE-Lab52.197182.7175-17.0770

#ec049c color RGB value is (236,4,156).

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

The process color (four color CMYK) of #ec049c color hex is 0.00, 0.98, 0.34, 0.07. Web safe color of #ec049c is #ff0099. Color #ec049c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 00000100 10011100
Octal 354 4 234
Decimal 236 4 156
Hex EC 4 9C

RGB Percentages of Color #ec049c

%59.60
%1.01
%39.39

CMYK Percentages of Color #ec049c

%0
%98
%34
%7

Triadic Colors of #ec049c

#ec049c #9cec04 #049cec

Analogous Colors of #ec049c

#ec049c #ec0428 #c804ec

Monochromatic Colors of #ec049c

#ec049c

Complementary Color

#ec049c #04ec54

#ec049c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec049c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec049c Color CSS Codes

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

#ec049c Text Font Color

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

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


#ec049c Background Color

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

This div background color is #ec049c


#ec049c Border Color

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

This div border color is #ec049c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec049c


Comments

No comments written yet.

Please login to write comment.