Color Hex Logo

#ec11ac Color Hex

#EC11AC
(236,17,172)
0 Favorites   0 Comments

Color spaces of #ec11ac

RGB 23617172
HSL0.880.870.50
HSV318°93°93°
CMYK 0.000.930.27   0.07
XYZ42.238921.212340.8979
Yxy21.21230.40480.2033
Hunter Lab46.056883.1037-20.4090
CIE-Lab53.181183.3645-25.0258

#ec11ac color RGB value is (236,17,172).

#ec11ac hex color red value is 236, green value is 17 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #ec11ac hue: 0.88 , saturation: 0.87 and the lightness value of ec11ac is 0.50.

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 00010001 10101100
Octal 354 21 254
Decimal 236 17 172
Hex EC 11 AC

RGB Percentages of Color #ec11ac

%55.53
%4.00
%40.47

CMYK Percentages of Color #ec11ac

%0
%93
%27
%7

Triadic Colors of #ec11ac

#ec11ac #acec11 #11acec

Analogous Colors of #ec11ac

#ec11ac #ec113f #bf11ec

Monochromatic Colors of #ec11ac

#ec11ac

Complementary Color

#ec11ac #11ec51

#ec11ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec11ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec11ac Color CSS Codes

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

#ec11ac Text Font Color

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

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


#ec11ac Background Color

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

This div background color is #ec11ac


#ec11ac Border Color

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

This div border color is #ec11ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec11ac


Comments

No comments written yet.

Please login to write comment.