Color Hex Logo

#ec29ad Color Hex

#EC29AD
(236,41,173)
0 Favorites   0 Comments

Color spaces of #ec29ad

RGB 23641173
HSL0.890.840.54
HSV319°83°93°
CMYK 0.000.830.27   0.07
XYZ42.927822.435941.6032
Yxy22.43590.40130.2097
Hunter Lab47.366578.8812-18.9193
CIE-Lab54.486579.8009-23.5999

#ec29ad color RGB value is (236,41,173).

#ec29ad hex color red value is 236, green value is 41 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #ec29ad hue: 0.89 , saturation: 0.84 and the lightness value of ec29ad is 0.54.

The process color (four color CMYK) of #ec29ad color hex is 0.00, 0.83, 0.27, 0.07. Web safe color of #ec29ad is #ff3399. Color #ec29ad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 00101001 10101101
Octal 354 51 255
Decimal 236 41 173
Hex EC 29 AD

RGB Percentages of Color #ec29ad

%52.44
%9.11
%38.44

CMYK Percentages of Color #ec29ad

%0
%83
%27
%7

Triadic Colors of #ec29ad

#ec29ad #adec29 #29adec

Analogous Colors of #ec29ad

#ec29ad #ec294c #ca29ec

Monochromatic Colors of #ec29ad

#ec29ad

Complementary Color

#ec29ad #29ec68

#ec29ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec29ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec29ad Color CSS Codes

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

#ec29ad Text Font Color

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

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


#ec29ad Background Color

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

This div background color is #ec29ad


#ec29ad Border Color

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

This div border color is #ec29ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec29ad


Comments

No comments written yet.

Please login to write comment.