Color Hex Logo

#ec42ad Color Hex

#EC42AD
(236,66,173)
0 Favorites   0 Comments

Color spaces of #ec42ad

RGB 23666173
HSL0.900.820.59
HSV322°72°93°
CMYK 0.000.720.27   0.07
XYZ44.083124.746441.9883
Yxy24.74640.39780.2233
Hunter Lab49.745871.1259-15.2222
CIE-Lab56.827573.1213-20.0101

#ec42ad color RGB value is (236,66,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 01000010 10101101
Octal 354 102 255
Decimal 236 66 173
Hex EC 42 AD

RGB Percentages of Color #ec42ad

%49.68
%13.89
%36.42

CMYK Percentages of Color #ec42ad

%0
%72
%27
%7

Triadic Colors of #ec42ad

#ec42ad #adec42 #42adec

Analogous Colors of #ec42ad

#ec42ad #ec4258 #d642ec

Monochromatic Colors of #ec42ad

#ec42ad

Complementary Color

#ec42ad #42ec81

#ec42ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec42ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec42ad Color CSS Codes

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

#ec42ad Text Font Color

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

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


#ec42ad Background Color

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

This div background color is #ec42ad


#ec42ad Border Color

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

This div border color is #ec42ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec42ad


Comments

No comments written yet.

Please login to write comment.