Color Hex Logo

#ec429a Color Hex

#EC429A
(236,66,154)
0 Favorites   0 Comments

Color spaces of #ec429a

RGB 23666154
HSL0.910.820.59
HSV329°72°93°
CMYK 0.000.720.35   0.07
XYZ42.373024.062432.9830
Yxy24.06240.42620.2420
Hunter Lab49.053468.3471-5.5285
CIE-Lab56.150270.9698-9.9229

#ec429a color RGB value is (236,66,154).

#ec429a hex color red value is 236, green value is 66 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #ec429a hue: 0.91 , saturation: 0.82 and the lightness value of ec429a is 0.59.

The process color (four color CMYK) of #ec429a color hex is 0.00, 0.72, 0.35, 0.07. Web safe color of #ec429a is #ff3399. Color #ec429a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 01000010 10011010
Octal 354 102 232
Decimal 236 66 154
Hex EC 42 9A

RGB Percentages of Color #ec429a

%51.75
%14.47
%33.77

CMYK Percentages of Color #ec429a

%0
%72
%35
%7

Triadic Colors of #ec429a

#ec429a #9aec42 #429aec

Analogous Colors of #ec429a

#ec429a #ec4245 #e942ec

Monochromatic Colors of #ec429a

#ec429a

Complementary Color

#ec429a #42ec94

#ec429a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec429a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec429a Color CSS Codes

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

#ec429a Text Font Color

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

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


#ec429a Background Color

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

This div background color is #ec429a


#ec429a Border Color

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

This div border color is #ec429a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec429a


Comments

No comments written yet.

Please login to write comment.