Color Hex Logo

#ec00ac Color Hex

#EC00AC
(236,0,172)
0 Favorites   0 Comments

Color spaces of #ec00ac

RGB 2360172
HSL0.881.000.46
HSV316°100°93°
CMYK 0.001.000.27   0.07
XYZ42.038520.811440.8311
Yxy20.81140.40550.2007
Hunter Lab45.619584.6541-21.1330
CIE-Lab52.742584.6506-25.7034

#ec00ac color RGB value is (236,0,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 00000000 10101100
Octal 354 0 254
Decimal 236 0 172
Hex EC 0 AC

RGB Percentages of Color #ec00ac

%57.84
%0.00
%42.16

CMYK Percentages of Color #ec00ac

%0
%100
%27
%7

Triadic Colors of #ec00ac

#ec00ac #acec00 #00acec

Analogous Colors of #ec00ac

#ec00ac #ec0036 #b600ec

Monochromatic Colors of #ec00ac

#ec00ac

Complementary Color

#ec00ac #00ec40

#ec00ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec00ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec00ac Color CSS Codes

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

#ec00ac Text Font Color

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

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


#ec00ac Background Color

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

This div background color is #ec00ac


#ec00ac Border Color

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

This div border color is #ec00ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec00ac


Comments

No comments written yet.

Please login to write comment.