Color Hex Logo

#ec19ac Color Hex

#EC19AC
(236,25,172)
0 Favorites   0 Comments

Color spaces of #ec19ac

RGB 23625172
HSL0.880.850.51
HSV318°89°93°
CMYK 0.000.890.27   0.07
XYZ42.386121.506740.9469
Yxy21.50670.40430.2051
Hunter Lab46.375381.9886-19.8871
CIE-Lab53.499682.4340-24.5342

#ec19ac color RGB value is (236,25,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 00011001 10101100
Octal 354 31 254
Decimal 236 25 172
Hex EC 19 AC

RGB Percentages of Color #ec19ac

%54.50
%5.77
%39.72

CMYK Percentages of Color #ec19ac

%0
%89
%27
%7

Triadic Colors of #ec19ac

#ec19ac #acec19 #19acec

Analogous Colors of #ec19ac

#ec19ac #ec1942 #c319ec

Monochromatic Colors of #ec19ac

#ec19ac

Complementary Color

#ec19ac #19ec59

#ec19ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec19ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec19ac Color CSS Codes

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

#ec19ac Text Font Color

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

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


#ec19ac Background Color

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

This div background color is #ec19ac


#ec19ac Border Color

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

This div border color is #ec19ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec19ac


Comments

No comments written yet.

Please login to write comment.