Color Hex Logo

#ec16ad Color Hex

#EC16AD
(236,22,173)
0 Favorites   0 Comments

Color spaces of #ec16ad

RGB 23622173
HSL0.880.850.51
HSV318°91°93°
CMYK 0.000.910.27   0.07
XYZ42.421821.423841.4345
Yxy21.42380.40290.2035
Hunter Lab46.285982.5982-20.6756
CIE-Lab53.410282.9266-25.2591

#ec16ad color RGB value is (236,22,173).

#ec16ad hex color red value is 236, green value is 22 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #ec16ad hue: 0.88 , saturation: 0.85 and the lightness value of ec16ad is 0.51.

The process color (four color CMYK) of #ec16ad color hex is 0.00, 0.91, 0.27, 0.07. Web safe color of #ec16ad is #ff0099. Color #ec16ad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 00010110 10101101
Octal 354 26 255
Decimal 236 22 173
Hex EC 16 AD

RGB Percentages of Color #ec16ad

%54.76
%5.10
%40.14

CMYK Percentages of Color #ec16ad

%0
%91
%27
%7

Triadic Colors of #ec16ad

#ec16ad #adec16 #16adec

Analogous Colors of #ec16ad

#ec16ad #ec1642 #c016ec

Monochromatic Colors of #ec16ad

#ec16ad

Complementary Color

#ec16ad #16ec55

#ec16ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec16ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec16ad Color CSS Codes

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

#ec16ad Text Font Color

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

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


#ec16ad Background Color

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

This div background color is #ec16ad


#ec16ad Border Color

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

This div border color is #ec16ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec16ad


Comments

No comments written yet.

Please login to write comment.