Color Hex Logo

#ec048c Color Hex

#EC048C
(236,4,140)
0 Favorites   0 Comments

Color spaces of #ec048c

RGB 2364140
HSL0.900.970.47
HSV325°98°93°
CMYK 0.000.980.41   0.07
XYZ39.369119.813126.5603
Yxy19.81310.45920.2311
Hunter Lab44.511979.9807-4.2201
CIE-Lab51.625281.2259-8.3695

#ec048c color RGB value is (236,4,140).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 00000100 10001100
Octal 354 4 214
Decimal 236 4 140
Hex EC 4 8C

RGB Percentages of Color #ec048c

%62.11
%1.05
%36.84

CMYK Percentages of Color #ec048c

%0
%98
%41
%7

Triadic Colors of #ec048c

#ec048c #8cec04 #048cec

Analogous Colors of #ec048c

#ec048c #ec0418 #d804ec

Monochromatic Colors of #ec048c

#ec048c

Complementary Color

#ec048c #04ec64

#ec048c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec048c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec048c Color CSS Codes

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

#ec048c Text Font Color

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

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


#ec048c Background Color

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

This div background color is #ec048c


#ec048c Border Color

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

This div border color is #ec048c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec048c


Comments

No comments written yet.

Please login to write comment.