Color Hex Logo

#ec14ac Color Hex

#EC14AC
(236,20,172)
0 Favorites   0 Comments

Color spaces of #ec14ac

RGB 23620172
HSL0.880.850.50
HSV318°92°93°
CMYK 0.000.920.27   0.07
XYZ42.288621.311740.9144
Yxy21.31170.40460.2039
Hunter Lab46.164682.7250-20.2319
CIE-Lab53.289083.0490-24.8592

#ec14ac color RGB value is (236,20,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 00010100 10101100
Octal 354 24 254
Decimal 236 20 172
Hex EC 14 AC

RGB Percentages of Color #ec14ac

%55.14
%4.67
%40.19

CMYK Percentages of Color #ec14ac

%0
%92
%27
%7

Triadic Colors of #ec14ac

#ec14ac #acec14 #14acec

Analogous Colors of #ec14ac

#ec14ac #ec1440 #c014ec

Monochromatic Colors of #ec14ac

#ec14ac

Complementary Color

#ec14ac #14ec54

#ec14ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec14ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec14ac Color CSS Codes

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

#ec14ac Text Font Color

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

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


#ec14ac Background Color

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

This div background color is #ec14ac


#ec14ac Border Color

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

This div border color is #ec14ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec14ac


Comments

No comments written yet.

Please login to write comment.