Color Hex Logo

#ec05ac Color Hex

#EC05AC
(236,5,172)
0 Favorites   0 Comments

Color spaces of #ec05ac

RGB 2365172
HSL0.880.960.47
HSV317°98°93°
CMYK 0.000.980.27   0.07
XYZ42.092720.920040.8491
Yxy20.92000.40530.2014
Hunter Lab45.738484.2301-20.9352
CIE-Lab52.861884.2998-25.5188

#ec05ac color RGB value is (236,5,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 00000101 10101100
Octal 354 5 254
Decimal 236 5 172
Hex EC 5 AC

RGB Percentages of Color #ec05ac

%57.14
%1.21
%41.65

CMYK Percentages of Color #ec05ac

%0
%98
%27
%7

Triadic Colors of #ec05ac

#ec05ac #acec05 #05acec

Analogous Colors of #ec05ac

#ec05ac #ec0538 #b905ec

Monochromatic Colors of #ec05ac

#ec05ac

Complementary Color

#ec05ac #05ec45

#ec05ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec05ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec05ac Color CSS Codes

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

#ec05ac Text Font Color

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

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


#ec05ac Background Color

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

This div background color is #ec05ac


#ec05ac Border Color

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

This div border color is #ec05ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec05ac


Comments

No comments written yet.

Please login to write comment.